Enum twiggy_traits::OutputFormat[][src]

pub enum OutputFormat {}

The format of the output.

Trait Implementations

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]

impl Debug for OutputFormat
[src]

Formats the value using the given formatter. Read more

impl FromStr for OutputFormat
[src]

The associated error which can be returned from parsing.

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

Auto Trait Implementations