pub enum ClocVerbosity {
File,
Crate,
TopLevel,
}Expand description
Determine how to summarize and display statistics File: show unsafe info file by file Crate: (default) show info ‘crate’ by ‘crate’ TopLevel: combine all subdirectory stats into one toplevel output
Variants§
Trait Implementations§
Source§impl Clone for ClocVerbosity
impl Clone for ClocVerbosity
Source§fn clone(&self) -> ClocVerbosity
fn clone(&self) -> ClocVerbosity
Returns a duplicate 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 ClocVerbosity
impl Debug for ClocVerbosity
Source§impl PartialEq for ClocVerbosity
impl PartialEq for ClocVerbosity
impl Copy for ClocVerbosity
impl StructuralPartialEq for ClocVerbosity
Auto Trait Implementations§
impl Freeze for ClocVerbosity
impl RefUnwindSafe for ClocVerbosity
impl Send for ClocVerbosity
impl Sync for ClocVerbosity
impl Unpin for ClocVerbosity
impl UnwindSafe for ClocVerbosity
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