pub enum OutputTypes {
Json,
Pretty,
Yaml,
Toml,
}Variants§
Trait Implementations§
Source§impl Clone for OutputTypes
impl Clone for OutputTypes
Source§fn clone(&self) -> OutputTypes
fn clone(&self) -> OutputTypes
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OutputTypes
impl Debug for OutputTypes
Source§impl ValueEnum for OutputTypes
impl ValueEnum for OutputTypes
Auto Trait Implementations§
impl Freeze for OutputTypes
impl RefUnwindSafe for OutputTypes
impl Send for OutputTypes
impl Sync for OutputTypes
impl Unpin for OutputTypes
impl UnsafeUnpin for OutputTypes
impl UnwindSafe for OutputTypes
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