Enum dbz_lib::OutputEncoding
source · pub enum OutputEncoding {
Csv,
Json {
should_pretty_print: bool,
},
}Expand description
An encoding that DBZs can be translated to.
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