Enum syntax::diagnostic::LevelUnstable [-] [+] [src]

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

Variants

Bug
Fatal
Error
Warning
Note
Help

Trait Implementations

impl Display for Level

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

Derived Implementations

impl Debug for Level

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

impl Clone for Level

fn clone(&self) -> Level

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

impl PartialEq for Level

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

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

impl Copy for Level