pub enum GossipsubVersion {
V1_0,
V1_1,
}
Expand description
Selector for custom Protocol Id
Variants§
Trait Implementations§
source§impl Clone for GossipsubVersion
impl Clone for GossipsubVersion
source§fn clone(&self) -> GossipsubVersion
fn clone(&self) -> GossipsubVersion
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