Enum cheddar::Level [] [src]

pub enum Level {
    Bug,
    Fatal,
    PhaseFatal,
    Error,
    Warning,
    Note,
    Help,
    Cancelled,
}

Variants

Methods

impl Level
[src]

Trait Implementations

impl Display for Level
[src]

Formats the value using the given formatter. Read more

impl Copy for Level
[src]

impl PartialEq<Level> for Level
[src]

impl Debug for Level
[src]

Formats the value using the given formatter.

impl Clone for Level
[src]