Struct libp2p_core::connection::ConnectionId [−][src]
pub struct ConnectionId(_);
Connection identifier.
Implementations
impl ConnectionId[src]
impl ConnectionId[src]Trait Implementations
impl Clone for ConnectionId[src]
impl Clone for ConnectionId[src]fn clone(&self) -> ConnectionId[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for ConnectionId[src]
impl Copy for ConnectionId[src]impl Eq for ConnectionId[src]
impl Eq for ConnectionId[src]impl Hash for ConnectionId[src]
impl Hash for ConnectionId[src]impl Ord for ConnectionId[src]
impl Ord for ConnectionId[src]impl PartialEq<ConnectionId> for ConnectionId[src]
impl PartialEq<ConnectionId> for ConnectionId[src]fn eq(&self, other: &ConnectionId) -> bool[src]
fn ne(&self, other: &ConnectionId) -> bool[src]
impl PartialOrd<ConnectionId> for ConnectionId[src]
impl PartialOrd<ConnectionId> for ConnectionId[src]fn partial_cmp(&self, other: &ConnectionId) -> 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) -> boolimpl StructuralEq for ConnectionId[src]
impl StructuralEq for ConnectionId[src]impl StructuralPartialEq for ConnectionId[src]
impl StructuralPartialEq for ConnectionId[src]Auto Trait Implementations
impl RefUnwindSafe for ConnectionId
impl RefUnwindSafe for ConnectionIdimpl Send for ConnectionId
impl Send for ConnectionIdimpl Sync for ConnectionId
impl Sync for ConnectionIdimpl Unpin for ConnectionId
impl Unpin for ConnectionIdimpl UnwindSafe for ConnectionId
impl UnwindSafe for ConnectionId