Struct libp2p::core::connection::ConnectionId [−][src]
pub struct ConnectionId(_);
Connection identifier.
Implementations
impl ConnectionId
[src]
impl ConnectionId
[src]pub fn new(id: usize) -> ConnectionId
[src]
Creates a ConnectionId
from a non-negative integer.
This is primarily useful for creating connection IDs in test environments. There is in general no guarantee that all connection IDs are based on non-negative integers.
Trait Implementations
impl Clone for ConnectionId
[src]
impl Clone for ConnectionId
[src]pub 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]pub fn eq(&self, other: &ConnectionId) -> bool
[src]
pub fn ne(&self, other: &ConnectionId) -> bool
[src]
impl PartialOrd<ConnectionId> for ConnectionId
[src]
impl PartialOrd<ConnectionId> for ConnectionId
[src]pub fn partial_cmp(&self, other: &ConnectionId) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> bool