pub enum OutputValues {
Table,
Json,
}Expand description
Available output values Table, Json
- Table: Print output in table format
- Json: Print output in json format
Variants§
Trait Implementations§
Source§impl Clone for OutputValues
impl Clone for OutputValues
Source§fn clone(&self) -> OutputValues
fn clone(&self) -> OutputValues
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 OutputValues
impl Debug for OutputValues
Source§impl<'de> Deserialize<'de> for OutputValues
impl<'de> Deserialize<'de> for OutputValues
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for OutputValues
impl PartialEq for OutputValues
Source§impl Serialize for OutputValues
impl Serialize for OutputValues
Source§impl ValueEnum for OutputValues
impl ValueEnum for OutputValues
impl Copy for OutputValues
impl StructuralPartialEq for OutputValues
Auto Trait Implementations§
impl Freeze for OutputValues
impl RefUnwindSafe for OutputValues
impl Send for OutputValues
impl Sync for OutputValues
impl Unpin for OutputValues
impl UnwindSafe for OutputValues
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