pub enum RetryMethod {
Linear(LinearRetry),
}
Expand description
Wrapper of the different retry methods
Variants§
Linear(LinearRetry)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RetryMethod
impl RefUnwindSafe for RetryMethod
impl Send for RetryMethod
impl Sync for RetryMethod
impl Unpin for RetryMethod
impl UnwindSafe for RetryMethod
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