Struct libp2p::gossipsub::time_cache::VacantEntry [−][src]
pub struct VacantEntry<'a, K, V> { /* fields omitted */ }Implementations
Auto Trait Implementations
impl<'a, K, V> RefUnwindSafe for VacantEntry<'a, K, V> where
K: RefUnwindSafe,
V: RefUnwindSafe, impl<'a, K, V> Send for VacantEntry<'a, K, V> where
K: Send,
V: Send, impl<'a, K, V> Sync for VacantEntry<'a, K, V> where
K: Sync,
V: Sync, impl<'a, K, V> Unpin for VacantEntry<'a, K, V> where
K: Unpin, impl<'a, K, V> !UnwindSafe for VacantEntry<'a, K, V>