pub enum MinorLogLabels {
SmallDigits,
Complete,
None,
}Expand description
Specify how minor log labels are displayed.
Variants§
Trait Implementations§
Source§impl Clone for MinorLogLabels
impl Clone for MinorLogLabels
Source§fn clone(&self) -> MinorLogLabels
fn clone(&self) -> MinorLogLabels
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 MinorLogLabels
impl Debug for MinorLogLabels
Auto Trait Implementations§
impl Freeze for MinorLogLabels
impl RefUnwindSafe for MinorLogLabels
impl Send for MinorLogLabels
impl Sync for MinorLogLabels
impl Unpin for MinorLogLabels
impl UnwindSafe for MinorLogLabels
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