pub enum OutputMode {
Normal,
Json,
Csv,
Md,
Color,
}Expand description
Supported output modes.
Variantsยง
Trait Implementationsยง
Sourceยงimpl Clone for OutputMode
impl Clone for OutputMode
Sourceยงfn clone(&self) -> OutputMode
fn clone(&self) -> OutputMode
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 OutputMode
impl Debug for OutputMode
Sourceยงimpl PartialEq for OutputMode
impl PartialEq for OutputMode
Sourceยงimpl ValueEnum for OutputMode
impl ValueEnum for OutputMode
impl Copy for OutputMode
impl Eq for OutputMode
impl StructuralPartialEq for OutputMode
Auto Trait Implementationsยง
impl Freeze for OutputMode
impl RefUnwindSafe for OutputMode
impl Send for OutputMode
impl Sync for OutputMode
impl Unpin for OutputMode
impl UnwindSafe for OutputMode
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