Enum libp2p_kad::kbucket::NodeStatus
source · [−]pub enum NodeStatus {
Connected,
Disconnected,
}
Expand description
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
Connected
The node is considered connected.
Disconnected
The node is considered disconnected.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NodeStatus
impl Send for NodeStatus
impl Sync for NodeStatus
impl Unpin for NodeStatus
impl UnwindSafe for NodeStatus
Blanket Implementations
Mutably borrows from an owned value. Read more