Enum s3lsio::OutputFormat [] [src]

pub enum OutputFormat {
    JSON,
    PrettyJSON,
    Plain,
    Serialize,
    None,
}

Allows you to set the output type for stderr and stdout.

Variants

Trait Implementations

impl Debug for OutputFormat
[src]

Formats the value using the given formatter.

impl Clone for OutputFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for OutputFormat
[src]