pub struct RetryTask<F, R, E> { /* private fields */ }Expand description
A task that retries an operation with exponential backoff
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<F, R, E> Freeze for RetryTask<F, R, E>where
F: Freeze,
impl<F, R, E> RefUnwindSafe for RetryTask<F, R, E>
impl<F, R, E> Send for RetryTask<F, R, E>
impl<F, R, E> Sync for RetryTask<F, R, E>
impl<F, R, E> Unpin for RetryTask<F, R, E>
impl<F, R, E> UnwindSafe for RetryTask<F, R, E>
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