Enum severlevel::Verbosity [] [src]

pub enum Verbosity {
    Normal,
    Quiet,
    Verbose,
    Verbose2,
}

Indicate the verbosity. At the command line interfaces, it is usually indicated with a specific argument.

Variants

Argument '-q'

Argument '-v'

Argument '-vv'

Trait Implementations

impl Debug for Verbosity
[src]

Formats the value using the given formatter.

impl PartialEq for Verbosity
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Verbosity
[src]

impl Clone for Verbosity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Verbosity
[src]