Enum libcryptsetup_rs::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
sourceimpl TryFrom<i32> for CryptLogLevel
impl TryFrom<i32> 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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more