Enum shoop::LogVerbosity[][src]

pub enum LogVerbosity {
    Normal,
    Debug,
}

Variants

Trait Implementations

impl Clone for LogVerbosity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for LogVerbosity
[src]

Auto Trait Implementations