pub enum OutputFormatArg {
Table,
Json,
Ndjson,
}Variants§
Trait Implementations§
Source§impl Clone for OutputFormatArg
impl Clone for OutputFormatArg
Source§fn clone(&self) -> OutputFormatArg
fn clone(&self) -> OutputFormatArg
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 OutputFormatArg
impl Debug for OutputFormatArg
Source§impl From<OutputFormatArg> for OutputFormat
impl From<OutputFormatArg> for OutputFormat
Source§fn from(val: OutputFormatArg) -> Self
fn from(val: OutputFormatArg) -> Self
Converts to this type from the input type.
Source§impl ValueEnum for OutputFormatArg
impl ValueEnum for OutputFormatArg
impl Copy for OutputFormatArg
Auto Trait Implementations§
impl Freeze for OutputFormatArg
impl RefUnwindSafe for OutputFormatArg
impl Send for OutputFormatArg
impl Sync for OutputFormatArg
impl Unpin for OutputFormatArg
impl UnsafeUnpin for OutputFormatArg
impl UnwindSafe for OutputFormatArg
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