pub struct QCryptoBlockOptionsLUKS {
pub key_secret: Option<String>,
}Fields§
§key_secret: Option<String>Trait Implementations§
Source§impl AsRef<QCryptoBlockOptionsLUKS> for QCryptoBlockCreateOptionsLUKS
impl AsRef<QCryptoBlockOptionsLUKS> for QCryptoBlockCreateOptionsLUKS
Source§fn as_ref(&self) -> &QCryptoBlockOptionsLUKS
fn as_ref(&self) -> &QCryptoBlockOptionsLUKS
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for QCryptoBlockOptionsLUKS
impl Clone for QCryptoBlockOptionsLUKS
Source§fn clone(&self) -> QCryptoBlockOptionsLUKS
fn clone(&self) -> QCryptoBlockOptionsLUKS
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 QCryptoBlockOptionsLUKS
impl Debug for QCryptoBlockOptionsLUKS
Source§impl Default for QCryptoBlockOptionsLUKS
impl Default for QCryptoBlockOptionsLUKS
Source§fn default() -> QCryptoBlockOptionsLUKS
fn default() -> QCryptoBlockOptionsLUKS
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for QCryptoBlockOptionsLUKS
impl<'de> Deserialize<'de> for QCryptoBlockOptionsLUKS
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<QCryptoBlockOptionsLUKS> for BlockdevQcow2Encryption
impl From<QCryptoBlockOptionsLUKS> for BlockdevQcow2Encryption
Source§fn from(val: QCryptoBlockOptionsLUKS) -> Self
fn from(val: QCryptoBlockOptionsLUKS) -> Self
Converts to this type from the input type.
Source§impl From<QCryptoBlockOptionsLUKS> for QCryptoBlockOpenOptions
impl From<QCryptoBlockOptionsLUKS> for QCryptoBlockOpenOptions
Source§fn from(val: QCryptoBlockOptionsLUKS) -> Self
fn from(val: QCryptoBlockOptionsLUKS) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for QCryptoBlockOptionsLUKS
impl RefUnwindSafe for QCryptoBlockOptionsLUKS
impl Send for QCryptoBlockOptionsLUKS
impl Sync for QCryptoBlockOptionsLUKS
impl Unpin for QCryptoBlockOptionsLUKS
impl UnwindSafe for QCryptoBlockOptionsLUKS
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