Struct libp2p::kad::kbucket::NodeRefView [−][src]
An immutable by-reference view of a Node
.
Fields
key: &'a TKey
value: &'a TVal
Auto Trait Implementations
impl<'a, TKey, TVal> RefUnwindSafe for NodeRefView<'a, TKey, TVal> where
TKey: RefUnwindSafe,
TVal: RefUnwindSafe,
TKey: RefUnwindSafe,
TVal: RefUnwindSafe,
impl<'a, TKey, TVal> Send for NodeRefView<'a, TKey, TVal> where
TKey: Sync,
TVal: Sync,
TKey: Sync,
TVal: Sync,
impl<'a, TKey, TVal> Sync for NodeRefView<'a, TKey, TVal> where
TKey: Sync,
TVal: Sync,
TKey: Sync,
TVal: Sync,
impl<'a, TKey, TVal> Unpin for NodeRefView<'a, TKey, TVal>
impl<'a, TKey, TVal> UnwindSafe for NodeRefView<'a, TKey, TVal> where
TKey: RefUnwindSafe,
TVal: RefUnwindSafe,
TKey: RefUnwindSafe,
TVal: RefUnwindSafe,