Struct expire_map::ExpireMap
source · [−]pub struct ExpireMap<K: Key, T: Task<K>> { /* private fields */ }Implementations
Trait Implementations
Auto Trait Implementations
impl<K, T> !RefUnwindSafe for ExpireMap<K, T>
impl<K, T> Send for ExpireMap<K, T> where
K: Send + Sync,
T: Send + Sync,
impl<K, T> Sync for ExpireMap<K, T> where
K: Send + Sync,
T: Send + Sync,
impl<K, T> Unpin for ExpireMap<K, T>
impl<K, T> !UnwindSafe for ExpireMap<K, T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more