Enum libcryptsetup_rs::consts::vals::CryptDebugLevel
source · [−]pub enum CryptDebugLevel {
All,
Json,
None,
}Expand description
Debug log level
Variants
All
Json
None
Trait Implementations
sourceimpl Clone for CryptDebugLevel
impl Clone for CryptDebugLevel
sourcefn clone(&self) -> CryptDebugLevel
fn clone(&self) -> CryptDebugLevel
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for CryptDebugLevel
impl Debug for CryptDebugLevel
sourceimpl Into<i32> for CryptDebugLevel
impl Into<i32> for CryptDebugLevel
sourceimpl PartialEq<CryptDebugLevel> for CryptDebugLevel
impl PartialEq<CryptDebugLevel> for CryptDebugLevel
sourcefn eq(&self, other: &CryptDebugLevel) -> bool
fn eq(&self, other: &CryptDebugLevel) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourceimpl TryFrom<i32> for CryptDebugLevel
impl TryFrom<i32> for CryptDebugLevel
impl Copy for CryptDebugLevel
impl Eq for CryptDebugLevel
impl StructuralEq for CryptDebugLevel
impl StructuralPartialEq for CryptDebugLevel
Auto Trait Implementations
impl RefUnwindSafe for CryptDebugLevel
impl Send for CryptDebugLevel
impl Sync for CryptDebugLevel
impl Unpin for CryptDebugLevel
impl UnwindSafe for CryptDebugLevel
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