Struct libp2p_swarm::handler::multi::IndexedProtoName
source · pub struct IndexedProtoName<H>(_, _);
Expand description
Index and protocol name pair used as UpgradeInfo::Info
.
Trait Implementations§
source§impl<H: Clone> Clone for IndexedProtoName<H>
impl<H: Clone> Clone for IndexedProtoName<H>
source§fn clone(&self) -> IndexedProtoName<H>
fn clone(&self) -> IndexedProtoName<H>
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