Enum haproxy_api::LogLevel [−][src]
pub enum LogLevel {
Emerg,
Alert,
Crit,
Err,
Warning,
Notice,
Info,
Debug,
}
Variants
Emerg
Alert
Crit
Err
Warning
Notice
Info
Debug
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LogLevel
impl UnwindSafe for LogLevel
Blanket Implementations
Mutably borrows from an owned value. Read more
Performs the conversion.