Enum libp2p::kad::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]pub fn clone(&self) -> KadConnectionType
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for KadConnectionType
[src]
impl Debug for KadConnectionType
[src]impl From<ConnectionType> for KadConnectionType
[src]
impl From<ConnectionType> for KadConnectionType
[src]pub fn from(raw: ConnectionType) -> KadConnectionType
[src]
impl Hash for KadConnectionType
[src]
impl Hash for KadConnectionType
[src]impl Into<ConnectionType> for KadConnectionType
[src]
impl Into<ConnectionType> for KadConnectionType
[src]impl PartialEq<KadConnectionType> for KadConnectionType
[src]
impl PartialEq<KadConnectionType> for KadConnectionType
[src]