Struct sc_peerset::IncomingIndex [−][src]
pub struct IncomingIndex(pub u64);
Opaque identifier for an incoming connection. Allocated by the network.
Trait Implementations
impl Clone for IncomingIndex
[src]
impl Clone for IncomingIndex
[src]fn clone(&self) -> IncomingIndex
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl From<u64> for IncomingIndex
[src]
impl From<u64> for IncomingIndex
[src]fn from(val: u64) -> IncomingIndex
[src]
impl Hash for IncomingIndex
[src]
impl Hash for IncomingIndex
[src]impl PartialEq<IncomingIndex> for IncomingIndex
[src]
impl PartialEq<IncomingIndex> for IncomingIndex
[src]