#[repr(C)]pub enum crypt_debug_level {
CRYPT_DEBUG_JSON = -2,
CRYPT_DEBUG_ALL = -1,
CRYPT_DEBUG_NONE = 0,
}Variants§
Trait Implementations§
Source§impl Clone for crypt_debug_level
impl Clone for crypt_debug_level
Source§fn clone(&self) -> crypt_debug_level
fn clone(&self) -> crypt_debug_level
Returns a duplicate 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 crypt_debug_level
impl Debug for crypt_debug_level
Source§impl PartialEq for crypt_debug_level
impl PartialEq for crypt_debug_level
impl Copy for crypt_debug_level
impl Eq for crypt_debug_level
impl StructuralPartialEq for crypt_debug_level
Auto Trait Implementations§
impl Freeze for crypt_debug_level
impl RefUnwindSafe for crypt_debug_level
impl Send for crypt_debug_level
impl Sync for crypt_debug_level
impl Unpin for crypt_debug_level
impl UnwindSafe for crypt_debug_level
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more