Enum uucore::perms::VerbosityLevel
source · pub enum VerbosityLevel {
Silent,
Changes,
Verbose,
Normal,
}Expand description
The various level of verbosity
Variants§
Trait Implementations§
source§impl Clone for VerbosityLevel
impl Clone for VerbosityLevel
source§fn clone(&self) -> VerbosityLevel
fn clone(&self) -> VerbosityLevel
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for VerbosityLevel
impl Debug for VerbosityLevel
source§impl PartialEq<VerbosityLevel> for VerbosityLevel
impl PartialEq<VerbosityLevel> for VerbosityLevel
source§fn eq(&self, other: &VerbosityLevel) -> bool
fn eq(&self, other: &VerbosityLevel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for VerbosityLevel
impl StructuralEq for VerbosityLevel
impl StructuralPartialEq for VerbosityLevel
Auto Trait Implementations§
impl RefUnwindSafe for VerbosityLevel
impl Send for VerbosityLevel
impl Sync for VerbosityLevel
impl Unpin for VerbosityLevel
impl UnwindSafe for VerbosityLevel
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