Enum twiggy_traits::OutputFormat [] [src]

pub enum OutputFormat {
    Text,
    Json,
}

The format of the output.

Variants

Human readable text.

JavaScript Object Notation format.

Trait Implementations

impl Clone for OutputFormat
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for OutputFormat
[src]

impl Debug for OutputFormat
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for OutputFormat
[src]

[src]

Returns the "default value" for a type. Read more

impl FromStr for OutputFormat
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more

Auto Trait Implementations

impl Send for OutputFormat

impl Sync for OutputFormat