Struct libp2p_gossipsub::time_cache::OccupiedEntry [−][src]
pub struct OccupiedEntry<'a, K, V> { /* fields omitted */ }
Implementations
impl<'a, K, V> OccupiedEntry<'a, K, V> where
K: Eq + Hash + Clone,
[src]
impl<'a, K, V> OccupiedEntry<'a, K, V> where
K: Eq + Hash + Clone,
[src]pub fn into_mut(self) -> &'a mut V
[src]
pub fn insert_without_updating_expiration(&mut self, value: V) -> V
[src]
pub fn insert_and_update_expiration(&mut self, value: V) -> V
[src]
Auto Trait Implementations
impl<'a, K, V> RefUnwindSafe for OccupiedEntry<'a, K, V> where
K: RefUnwindSafe,
V: RefUnwindSafe,
K: RefUnwindSafe,
V: RefUnwindSafe,
impl<'a, K, V> Send for OccupiedEntry<'a, K, V> where
K: Send,
V: Send,
K: Send,
V: Send,
impl<'a, K, V> Sync for OccupiedEntry<'a, K, V> where
K: Sync,
V: Sync,
K: Sync,
V: Sync,
impl<'a, K, V> Unpin for OccupiedEntry<'a, K, V> where
K: Unpin,
K: Unpin,