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 Clone for Level
[src]
fn clone(&self) -> Level
[src][−]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src][−]
Performs copy-assignment from source
. Read more