pub struct IndexedProtoName<H>(_, _);
Expand description
Index and protocol name pair used as UpgradeInfo::Info
.
Trait Implementations§
source§impl<H> Clone for IndexedProtoName<H>where
H: Clone,
impl<H> Clone for IndexedProtoName<H>where
H: Clone,
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