Enum libcryptsetup_rs::consts::vals::CryptLogLevel
source · [−]pub enum CryptLogLevel {
Normal,
Error,
Verbose,
Debug,
DebugJson,
}Expand description
Logging levels
Variants
Normal
Error
Verbose
Debug
DebugJson
Trait Implementations
sourceimpl Debug for CryptLogLevel
impl Debug for CryptLogLevel
sourceimpl PartialEq<CryptLogLevel> for CryptLogLevel
impl PartialEq<CryptLogLevel> for CryptLogLevel
sourcefn 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 ==. Read more
sourceimpl TryFrom<i32> for CryptLogLevel
impl TryFrom<i32> for CryptLogLevel
impl Eq for CryptLogLevel
impl StructuralEq for CryptLogLevel
impl StructuralPartialEq for CryptLogLevel
Auto Trait Implementations
impl RefUnwindSafe for CryptLogLevel
impl Send for CryptLogLevel
impl Sync for CryptLogLevel
impl Unpin for CryptLogLevel
impl UnwindSafe for CryptLogLevel
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more