Enum proc_macro::Level [−][src]
pub enum Level { Error, Warning, Note, Help, // some variants omitted }
An enum representing a diagnostic level.
Variants
Error
An error.
Warning
A warning.
Note
A note.
Help
A help message.
Trait Implementations
impl Copy for Level
[src]
impl Copy for Level
impl Clone for Level
[src]
impl Clone for Level
fn clone(&self) -> Level
[src]
fn clone(&self) -> Level
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for Level
[src]
impl Debug for Level