Struct sc_peerset::IncomingIndex [−][src]
pub struct IncomingIndex(pub u64);
Expand description
Opaque identifier for an incoming connection. Allocated by the network.
Tuple Fields
0: u64
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for IncomingIndex
impl Send for IncomingIndex
impl Sync for IncomingIndex
impl Unpin for IncomingIndex
impl UnwindSafe for IncomingIndex
Blanket Implementations
Mutably borrows from an owned value. Read more