Struct expire_map::ExpireMap
source · [−]pub struct ExpireMap<Ctx, K: Key, T: Task<Ctx, K>> { /* private fields */ }Implementations
Trait Implementations
Auto Trait Implementations
impl<Ctx, K, T> !RefUnwindSafe for ExpireMap<Ctx, K, T>
impl<Ctx, K, T> Send for ExpireMap<Ctx, K, T> where
Ctx: Send + Sync,
K: Send + Sync,
T: Send + Sync,
impl<Ctx, K, T> Sync for ExpireMap<Ctx, K, T> where
Ctx: Send + Sync,
K: Send + Sync,
T: Send + Sync,
impl<Ctx, K, T> Unpin for ExpireMap<Ctx, K, T>
impl<Ctx, K, T> !UnwindSafe for ExpireMap<Ctx, 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