Struct expire_map::RetryMap
source · [−]pub struct RetryMap<Ctx, K: Key, C: Task<Ctx, K>> {
pub expire: ExpireMap<Ctx, K, Retry<C>>,
}Fields
expire: ExpireMap<Ctx, K, Retry<C>>Implementations
Trait Implementations
Auto Trait Implementations
impl<Ctx, K, C> !RefUnwindSafe for RetryMap<Ctx, K, C>
impl<Ctx, K, C> Send for RetryMap<Ctx, K, C> where
C: Send + Sync,
Ctx: Send + Sync,
K: Send + Sync,
impl<Ctx, K, C> Sync for RetryMap<Ctx, K, C> where
C: Send + Sync,
Ctx: Send + Sync,
K: Send + Sync,
impl<Ctx, K, C> Unpin for RetryMap<Ctx, K, C>
impl<Ctx, K, C> !UnwindSafe for RetryMap<Ctx, K, C>
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