Enum gitql_cli::arguments::OutputFormat
source · pub enum OutputFormat {
Render,
JSON,
CSV,
}
Expand description
Represent the different type of available formats
Variants§
Render
Render the output as table
JSON
Print the output in json format
CSV
Print the output in csv format
Trait Implementations§
source§impl Debug for OutputFormat
impl Debug for OutputFormat
source§impl PartialEq for OutputFormat
impl PartialEq for OutputFormat
source§fn eq(&self, other: &OutputFormat) -> bool
fn eq(&self, other: &OutputFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for OutputFormat
Auto Trait Implementations§
impl RefUnwindSafe for OutputFormat
impl Send for OutputFormat
impl Sync for OutputFormat
impl Unpin for OutputFormat
impl UnwindSafe for OutputFormat
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