pub struct RetryWhen<'a, Item>{ /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, Item> Freeze for RetryWhen<'a, Item>
impl<'a, Item> RefUnwindSafe for RetryWhen<'a, Item>where
Item: RefUnwindSafe,
impl<'a, Item> Send for RetryWhen<'a, Item>
impl<'a, Item> Sync for RetryWhen<'a, Item>
impl<'a, Item> Unpin for RetryWhen<'a, Item>where
Item: Unpin,
impl<'a, Item> UnwindSafe for RetryWhen<'a, Item>where
Item: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more