Struct libp2p_core::transport::ListenerId
source · pub struct ListenerId(_);
Expand description
The ID of a single listener.
Implementations§
source§impl ListenerId
impl ListenerId
Trait Implementations§
source§impl Clone for ListenerId
impl Clone for ListenerId
source§fn clone(&self) -> ListenerId
fn clone(&self) -> ListenerId
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more