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

pub enum Verbosity {
    Verbose,
    Normal,
    Quiet,
}

Variants

Verbose
Normal
Quiet

Trait Implementations

Derived Implementations

impl PartialEq for Verbosity

fn eq(&self, __arg_0: &Verbosity) -> bool

fn ne(&self, __arg_0: &Verbosity) -> bool

impl Copy for Verbosity

impl Clone for Verbosity

fn clone(&self) -> Verbosity

1.0.0fn clone_from(&mut self, source: &Self)