Enum dbz_cli::OutputEncoding
source · pub enum OutputEncoding {
Infer,
Csv,
Json,
}Variants§
Trait Implementations§
source§impl Clone for OutputEncoding
impl Clone for OutputEncoding
source§fn clone(&self) -> OutputEncoding
fn clone(&self) -> OutputEncoding
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 OutputEncoding
impl Debug for OutputEncoding
source§impl ValueEnum for OutputEncoding
impl ValueEnum for OutputEncoding
source§fn value_variants<'a>() -> &'a [Self] ⓘ
fn value_variants<'a>() -> &'a [Self] ⓘ
All possible argument values, in display order.
source§fn to_possible_value<'a>(&self) -> Option<PossibleValue<'a>>
fn to_possible_value<'a>(&self) -> Option<PossibleValue<'a>>
The canonical argument value. Read more