Enum wright::errors::ErrorLevel
[−]
[src]
pub enum ErrorLevel { Warning, Error, }
Enum for error levels.
Variants
Warning
Error
Trait Implementations
impl Debug for ErrorLevel
[src]
impl Copy for ErrorLevel
[src]
impl Clone for ErrorLevel
[src]
fn clone(&self) -> ErrorLevel
[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