pub enum Verbosity {
Verbose,
Normal,
Quiet,
}
Expand description
The requested verbosity of output.
Variants
Verbose
Normal
Quiet
Trait Implementations
impl Copy for Verbosity
impl StructuralPartialEq for Verbosity
Auto Trait Implementations
impl RefUnwindSafe for Verbosity
impl Send for Verbosity
impl Sync for Verbosity
impl Unpin for Verbosity
impl UnwindSafe for Verbosity
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more