pub enum ErrStrategy {
Retry,
Ignore,
Throw,
}
Variants§
Auto Trait Implementations§
impl Freeze for ErrStrategy
impl RefUnwindSafe for ErrStrategy
impl Send for ErrStrategy
impl Sync for ErrStrategy
impl Unpin for ErrStrategy
impl UnwindSafe for ErrStrategy
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