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