pub struct LinearRetry { /* private fields */ }
Expand description
Your most generic type of retry. Retry every X until Y retries.
Implementations§
Source§impl LinearRetry
impl LinearRetry
Source§impl LinearRetry
impl LinearRetry
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LinearRetry
impl RefUnwindSafe for LinearRetry
impl Send for LinearRetry
impl Sync for LinearRetry
impl Unpin for LinearRetry
impl UnwindSafe for LinearRetry
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