Struct sc_peerset::IncomingIndex
source · pub struct IncomingIndex(pub u64);
Expand description
Opaque identifier for an incoming connection. Allocated by the network.
Tuple Fields§
§0: u64
Trait Implementations§
source§impl Clone for IncomingIndex
impl Clone for IncomingIndex
source§fn clone(&self) -> IncomingIndex
fn clone(&self) -> IncomingIndex
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more