pub enum OutputTypes {
Basic,
Single,
Full,
}Expand description
Available output types Table, Json
- Basic: Print basic output
- Single: Print single row output
- Full: Print full output
Variants§
Trait Implementations§
Source§impl Clone for OutputTypes
impl Clone for OutputTypes
Source§fn clone(&self) -> OutputTypes
fn clone(&self) -> OutputTypes
Returns a copy 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 OutputTypes
impl Debug for OutputTypes
Source§impl From<OutputTypes> for OutputType
impl From<OutputTypes> for OutputType
Source§fn from(output_type: OutputTypes) -> Self
fn from(output_type: OutputTypes) -> Self
Converts to this type from the input type.
Source§impl ValueEnum for OutputTypes
impl ValueEnum for OutputTypes
impl Copy 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 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