pub struct LinearBackoffStrategy { /* private fields */ }Expand description
Linear backoff retry strategy
Implementations§
Trait Implementations§
Source§impl AsyncRetryStrategy for LinearBackoffStrategy
impl AsyncRetryStrategy for LinearBackoffStrategy
Auto Trait Implementations§
impl Freeze for LinearBackoffStrategy
impl RefUnwindSafe for LinearBackoffStrategy
impl Send for LinearBackoffStrategy
impl Sync for LinearBackoffStrategy
impl Unpin for LinearBackoffStrategy
impl UnwindSafe for LinearBackoffStrategy
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