Enum nginx_config::ast::ErrorLevel [−][src]
pub enum ErrorLevel { Debug, Info, Notice, Warn, Error, Crit, Alert, Emerg, }
Variants
Debug
Info
Notice
Warn
Error
Crit
Alert
Emerg
Trait Implementations
impl Debug for ErrorLevel
[src]
impl Debug for ErrorLevel
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for ErrorLevel
[src]
impl Clone for ErrorLevel
fn clone(&self) -> ErrorLevel
[src]
fn clone(&self) -> ErrorLevel
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 Copy for ErrorLevel
[src]
impl Copy for ErrorLevel
impl PartialEq for ErrorLevel
[src]
impl PartialEq for ErrorLevel
fn eq(&self, other: &ErrorLevel) -> bool
[src]
fn eq(&self, other: &ErrorLevel) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for ErrorLevel
[src]
impl Eq for ErrorLevel
Auto Trait Implementations
impl Send for ErrorLevel
impl Send for ErrorLevel
impl Sync for ErrorLevel
impl Sync for ErrorLevel