Enum libcryptsetup_rs::consts::vals::CryptDebugLevel
source · pub enum CryptDebugLevel {
All,
Json,
None,
}Expand description
Debug log level
Variants§
Trait Implementations§
source§impl Clone for CryptDebugLevel
impl Clone for CryptDebugLevel
source§fn clone(&self) -> CryptDebugLevel
fn clone(&self) -> CryptDebugLevel
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CryptDebugLevel
impl Debug for CryptDebugLevel
source§impl Into<i32> for CryptDebugLevel
impl Into<i32> for CryptDebugLevel
source§impl PartialEq<CryptDebugLevel> for CryptDebugLevel
impl PartialEq<CryptDebugLevel> for CryptDebugLevel
source§fn 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 ==.