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 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) -> bool