pub enum ErrorMode {
Secure,
Verbose,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErrorMode
impl RefUnwindSafe for ErrorMode
impl Send for ErrorMode
impl Sync for ErrorMode
impl Unpin for ErrorMode
impl UnwindSafe for ErrorMode
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