Enum syntax::diagnostic::Level[src]

pub enum Level {
    Bug,
    Fatal,
    Error,
    Warning,
    Note,
}

Variants

Bug
Fatal
Error
Warning
Note

Trait Implementations

impl Show for Level

fn fmt(&self, f: &mut Formatter) -> Result

Derived Implementations

impl PartialEq for Level

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

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