Enum libp2p_kad::protocol::KadConnectionType [−][src]
pub enum KadConnectionType { NotConnected, Connected, CanConnect, CannotConnect, }
Status of our connection to a node reported by the Kademlia protocol.
Variants
Sender hasn’t tried to connect to peer.
Sender is currently connected to peer.
Sender was recently connected to peer.
Sender tried to connect to peer but failed.
Trait Implementations
impl Clone for KadConnectionType
[src]
impl Clone for KadConnectionType
[src]fn clone(&self) -> KadConnectionType
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Hash for KadConnectionType
[src]
impl Hash for KadConnectionType
[src]impl PartialEq<KadConnectionType> for KadConnectionType
[src]
impl PartialEq<KadConnectionType> for KadConnectionType
[src]