Enum dbn_cli::OutputEncoding
source · pub enum OutputEncoding {
Infer,
Dbn,
Csv,
Json,
}Expand description
How the output of the dbn command will be encoded.
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 more