Struct libp2p::gossipsub::time_cache::TimeCache [−][src]
pub struct TimeCache<Key, Value> { /* fields omitted */ }
Implementations
impl<Key, Value> TimeCache<Key, Value> where
Key: Eq + Hash + Clone,
[src]
impl<Key, Value> TimeCache<Key, Value> where
Key: Eq + Hash + Clone,
[src]Auto Trait Implementations
impl<Key, Value> RefUnwindSafe for TimeCache<Key, Value> where
Key: RefUnwindSafe,
Value: RefUnwindSafe,
Key: RefUnwindSafe,
Value: RefUnwindSafe,
impl<Key, Value> Send for TimeCache<Key, Value> where
Key: Send,
Value: Send,
Key: Send,
Value: Send,
impl<Key, Value> Sync for TimeCache<Key, Value> where
Key: Sync,
Value: Sync,
Key: Sync,
Value: Sync,
impl<Key, Value> Unpin for TimeCache<Key, Value> where
Key: Unpin,
Value: Unpin,
Key: Unpin,
Value: Unpin,
impl<Key, Value> UnwindSafe for TimeCache<Key, Value> where
Key: UnwindSafe,
Value: UnwindSafe,
Key: UnwindSafe,
Value: UnwindSafe,