Enum s3lsio::OutputFormat
[−]
[src]
pub enum OutputFormat {
CSV,
JSON,
PrettyJSON,
Plain,
Serialize,
Simple,
None,
NoneAll,
}Allows you to set the output type for stderr and stdout.
Variants
CSVJSONPrettyJSONPlainSerializeSimpleNoneNoneAllTrait Implementations
impl Debug for OutputFormat[src]
impl Clone for OutputFormat[src]
fn clone(&self) -> OutputFormat
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more