Struct libp2p_kad::kbucket::Bucket

source ·
pub struct Bucket<'a, Id: 'a, Val: 'a>(_);
Expand description

Access to a bucket.

Implementations

Returns the number of entries in that bucket.

Note: Keep in mind that this operation can be racy. If update() is called on the table while this function is running, the update() may or may not be taken into account.

Returns true if this bucket has a pending node.

Returns the time when any of the values in this bucket was last updated.

If the bucket is empty, this returns the time when the whole table was created.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.