Enum libcryptsetup_rs::consts::vals::CryptLogLevel
source · pub enum CryptLogLevel {
Normal,
Error,
Verbose,
Debug,
DebugJson,
}Expand description
Logging levels
Variants§
Trait Implementations§
source§impl Debug for CryptLogLevel
impl Debug for CryptLogLevel
source§impl PartialEq<CryptLogLevel> for CryptLogLevel
impl PartialEq<CryptLogLevel> for CryptLogLevel
source§fn eq(&self, other: &CryptLogLevel) -> bool
fn eq(&self, other: &CryptLogLevel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.