Enum cargo::core::shell::Verbosity [] [src]

pub enum Verbosity {
    Verbose,
    Normal,
    Quiet,
}

Variants

Trait Implementations

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]

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 !=.