pub enum LevelOutput {
Abbreviated,
Long,
None,
}
Variants§
Trait Implementations§
Source§impl Clone for LevelOutput
impl Clone for LevelOutput
Source§fn clone(&self) -> LevelOutput
fn clone(&self) -> LevelOutput
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 LevelOutput
impl Debug for LevelOutput
impl Copy for LevelOutput
Auto Trait Implementations§
impl Freeze for LevelOutput
impl RefUnwindSafe for LevelOutput
impl Send for LevelOutput
impl Sync for LevelOutput
impl Unpin for LevelOutput
impl UnwindSafe for LevelOutput
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