Struct sc_peerset::IncomingIndex [−][src]
pub struct IncomingIndex(pub u64);
Expand description
Opaque identifier for an incoming connection. Allocated by the network.
Trait Implementations
Performs the conversion.
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
impl<T> CallHasher for T where
T: Hash,
impl<T> CallHasher for T where
T: Hash,
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V