Struct libp2p::core::connection::ListenerId [−][src]
pub struct ListenerId(_);
The ID of a single listener.
It is part of most ListenersEvents and can be used to remove
individual listeners from the ListenersStream.
Trait Implementations
impl Clone for ListenerId[src]
impl Clone for ListenerId[src]pub 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]pub fn eq(&self, other: &ListenerId) -> bool[src]
pub fn ne(&self, other: &ListenerId) -> bool[src]
impl PartialOrd<ListenerId> for ListenerId[src]
impl PartialOrd<ListenerId> for ListenerId[src]pub fn partial_cmp(&self, other: &ListenerId) -> Option<Ordering>[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> bool