Struct libp2p_core::connection::ListenerId [−][src]
pub struct ListenerId(_);
The ID of a single listener.
It is part of most ListenersEvent
s and can be used to remove
individual listeners from the ListenersStream
.
Trait Implementations
impl Clone for ListenerId
[src]
impl Clone for ListenerId
[src]fn clone(&self) -> ListenerId
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Hash for ListenerId
[src]
impl Hash for ListenerId
[src]impl Ord for ListenerId
[src]
impl Ord for ListenerId
[src]impl PartialEq<ListenerId> for ListenerId
[src]
impl PartialEq<ListenerId> for ListenerId
[src]fn eq(&self, other: &ListenerId) -> bool
[src]
fn ne(&self, other: &ListenerId) -> bool
[src]
impl PartialOrd<ListenerId> for ListenerId
[src]
impl PartialOrd<ListenerId> for ListenerId
[src]