pub enum QCryptoBlockLUKSKeyslotState {
active,
inactive,
}Variants§
Trait Implementations§
Source§impl Clone for QCryptoBlockLUKSKeyslotState
impl Clone for QCryptoBlockLUKSKeyslotState
Source§fn clone(&self) -> QCryptoBlockLUKSKeyslotState
fn clone(&self) -> QCryptoBlockLUKSKeyslotState
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 QCryptoBlockLUKSKeyslotState
impl Debug for QCryptoBlockLUKSKeyslotState
Source§impl<'de> Deserialize<'de> for QCryptoBlockLUKSKeyslotState
impl<'de> Deserialize<'de> for QCryptoBlockLUKSKeyslotState
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Enum for QCryptoBlockLUKSKeyslotState
impl Enum for QCryptoBlockLUKSKeyslotState
Source§impl Hash for QCryptoBlockLUKSKeyslotState
impl Hash for QCryptoBlockLUKSKeyslotState
Source§impl Ord for QCryptoBlockLUKSKeyslotState
impl Ord for QCryptoBlockLUKSKeyslotState
Source§fn cmp(&self, other: &QCryptoBlockLUKSKeyslotState) -> Ordering
fn cmp(&self, other: &QCryptoBlockLUKSKeyslotState) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for QCryptoBlockLUKSKeyslotState
impl PartialEq for QCryptoBlockLUKSKeyslotState
Source§fn eq(&self, other: &QCryptoBlockLUKSKeyslotState) -> bool
fn eq(&self, other: &QCryptoBlockLUKSKeyslotState) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for QCryptoBlockLUKSKeyslotState
impl PartialOrd for QCryptoBlockLUKSKeyslotState
impl Copy for QCryptoBlockLUKSKeyslotState
impl Eq for QCryptoBlockLUKSKeyslotState
impl StructuralPartialEq for QCryptoBlockLUKSKeyslotState
Auto Trait Implementations§
impl Freeze for QCryptoBlockLUKSKeyslotState
impl RefUnwindSafe for QCryptoBlockLUKSKeyslotState
impl Send for QCryptoBlockLUKSKeyslotState
impl Sync for QCryptoBlockLUKSKeyslotState
impl Unpin for QCryptoBlockLUKSKeyslotState
impl UnwindSafe for QCryptoBlockLUKSKeyslotState
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