Enum syntex_syntax::diagnostic::Level
[−]
[src]
pub enum Level { Bug, Fatal, Error, Warning, Note, Help, }
Variants
Bug | |
Fatal | |
Error | |
Warning | |
Note | |
Help |
pub enum Level { Bug, Fatal, Error, Warning, Note, Help, }
Bug | |
Fatal | |
Error | |
Warning | |
Note | |
Help |
impl Display for Level
impl Debug for Level
impl Clone for Level
fn clone(&self) -> Level
fn clone_from(&mut self, source: &Self)
impl PartialEq for Level
impl Copy for Level