pub enum CrabErrorRetry {
None,
Retry,
WaitAndRetry,
Cancel,
}
Variants§
Trait Implementations§
Source§impl Debug for CrabErrorRetry
impl Debug for CrabErrorRetry
Auto Trait Implementations§
impl Freeze for CrabErrorRetry
impl RefUnwindSafe for CrabErrorRetry
impl Send for CrabErrorRetry
impl Sync for CrabErrorRetry
impl Unpin for CrabErrorRetry
impl UnwindSafe for CrabErrorRetry
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