Enum libp2p::kad::kbucket::NodeStatus [−][src]
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
The node is considered connected.
The node is considered disconnected.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NodeStatusimpl Send for NodeStatusimpl Sync for NodeStatusimpl Unpin for NodeStatusimpl UnwindSafe for NodeStatusBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V