Enum nginx_config::ast::ErrorLevel[][src]

pub enum ErrorLevel {
    Debug,
    Info,
    Notice,
    Warn,
    Error,
    Crit,
    Alert,
    Emerg,
}

Variants

Trait Implementations

impl Debug for ErrorLevel
[src]

Formats the value using the given formatter. Read more

impl Clone for ErrorLevel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ErrorLevel
[src]

impl PartialEq for ErrorLevel
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ErrorLevel
[src]

Auto Trait Implementations

impl Send for ErrorLevel

impl Sync for ErrorLevel