pub enum RetryType {
Stop,
Retry,
RetryAfter(Duration),
}Variants§
Auto Trait Implementations§
impl Freeze for RetryType
impl RefUnwindSafe for RetryType
impl Send for RetryType
impl Sync for RetryType
impl Unpin for RetryType
impl UnwindSafe for RetryType
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