Enum libp2p_gossipsub::metrics::Inclusion [−][src]
pub enum Inclusion {
Fanaout,
Random,
Subscribed,
Outbound,
}
Expand description
Reasons why a peer was included in the mesh.
Variants
Peer was a fanaout peer.
Included from random selection.
Peer subscribed.
Peer was included to fill the outbound quota.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Inclusion
impl UnwindSafe for Inclusion
Blanket Implementations
Mutably borrows from an owned value. Read more