pub struct QCryptoBlockAmendOptionsLUKS {
pub iter_time: Option<i64>,
pub keyslot: Option<i64>,
pub new_secret: Option<String>,
pub old_secret: Option<String>,
pub secret: Option<String>,
pub state: QCryptoBlockLUKSKeyslotState,
}Fields§
§iter_time: Option<i64>§keyslot: Option<i64>§new_secret: Option<String>§old_secret: Option<String>§secret: Option<String>§state: QCryptoBlockLUKSKeyslotStateTrait Implementations§
Source§impl AsRef<QCryptoBlockAmendOptionsLUKS> for BlockdevAmendOptionsLUKS
impl AsRef<QCryptoBlockAmendOptionsLUKS> for BlockdevAmendOptionsLUKS
Source§fn as_ref(&self) -> &QCryptoBlockAmendOptionsLUKS
fn as_ref(&self) -> &QCryptoBlockAmendOptionsLUKS
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for QCryptoBlockAmendOptionsLUKS
impl Clone for QCryptoBlockAmendOptionsLUKS
Source§fn clone(&self) -> QCryptoBlockAmendOptionsLUKS
fn clone(&self) -> QCryptoBlockAmendOptionsLUKS
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 QCryptoBlockAmendOptionsLUKS
impl Debug for QCryptoBlockAmendOptionsLUKS
Source§impl<'de> Deserialize<'de> for QCryptoBlockAmendOptionsLUKS
impl<'de> Deserialize<'de> for QCryptoBlockAmendOptionsLUKS
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 From<QCryptoBlockAmendOptionsLUKS> for QCryptoBlockAmendOptions
impl From<QCryptoBlockAmendOptionsLUKS> for QCryptoBlockAmendOptions
Source§fn from(val: QCryptoBlockAmendOptionsLUKS) -> Self
fn from(val: QCryptoBlockAmendOptionsLUKS) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for QCryptoBlockAmendOptionsLUKS
impl RefUnwindSafe for QCryptoBlockAmendOptionsLUKS
impl Send for QCryptoBlockAmendOptionsLUKS
impl Sync for QCryptoBlockAmendOptionsLUKS
impl Unpin for QCryptoBlockAmendOptionsLUKS
impl UnwindSafe for QCryptoBlockAmendOptionsLUKS
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