Enum simple_munin_plugin::Level [] [src]

pub enum Level {
    Warning,
    Critical,
}

Variants

Trait Implementations

impl Debug for Level
[src]

Formats the value using the given formatter.

impl Copy for Level
[src]

impl Clone for Level
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Level
[src]

Formats the value using the given formatter. Read more