Struct libp2p::kad::kbucket::AbsentEntry [−][src]
pub struct AbsentEntry<'a, TKey, TVal>(_);
An entry that is not present in any bucket.
Implementations
impl<'a, TKey, TVal> AbsentEntry<'a, TKey, TVal> where
TKey: Clone + AsRef<KeyBytes>,
TVal: Clone,
[src]
impl<'a, TKey, TVal> AbsentEntry<'a, TKey, TVal> where
TKey: Clone + AsRef<KeyBytes>,
TVal: Clone,
[src]pub fn key(&self) -> &TKey
[src]
Returns the key of the entry.
pub fn insert(self, value: TVal, status: NodeStatus) -> InsertResult<TKey>
[src]
Attempts to insert the entry into a bucket.
Trait Implementations
Auto Trait Implementations
impl<'a, TKey, TVal> RefUnwindSafe for AbsentEntry<'a, TKey, TVal> where
TKey: RefUnwindSafe,
TVal: RefUnwindSafe,
TKey: RefUnwindSafe,
TVal: RefUnwindSafe,
impl<'a, TKey, TVal> Send for AbsentEntry<'a, TKey, TVal> where
TKey: Send + Sync,
TVal: Send,
TKey: Send + Sync,
TVal: Send,
impl<'a, TKey, TVal> Sync for AbsentEntry<'a, TKey, TVal> where
TKey: Sync,
TVal: Sync,
TKey: Sync,
TVal: Sync,