Enum libp2p::kad::kbucket::NodeStatus [−][src]
pub enum NodeStatus { Connected, Disconnected, }
The status of a node in a bucket.
The status of a node in a bucket together with the time of the last status change determines the position of the node in a bucket.
Variants
The node is considered connected.
The node is considered disconnected.
Trait Implementations
impl Clone for NodeStatus
[src]
impl Clone for NodeStatus
[src]pub fn clone(&self) -> NodeStatus
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialEq<NodeStatus> for NodeStatus
[src]
impl PartialEq<NodeStatus> for NodeStatus
[src]