pub struct RbdEncryptionCreateOptionsLUKSBase {
pub base: RbdEncryptionOptionsLUKSBase,
pub cipher_alg: Option<QCryptoCipherAlgorithm>,
}
Fields§
§base: RbdEncryptionOptionsLUKSBase
§cipher_alg: Option<QCryptoCipherAlgorithm>
Trait Implementations§
Source§impl AsRef<RbdEncryptionCreateOptionsLUKSBase> for RbdEncryptionCreateOptionsLUKS
impl AsRef<RbdEncryptionCreateOptionsLUKSBase> for RbdEncryptionCreateOptionsLUKS
Source§fn as_ref(&self) -> &RbdEncryptionCreateOptionsLUKSBase
fn as_ref(&self) -> &RbdEncryptionCreateOptionsLUKSBase
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<RbdEncryptionCreateOptionsLUKSBase> for RbdEncryptionCreateOptionsLUKS2
impl AsRef<RbdEncryptionCreateOptionsLUKSBase> for RbdEncryptionCreateOptionsLUKS2
Source§fn as_ref(&self) -> &RbdEncryptionCreateOptionsLUKSBase
fn as_ref(&self) -> &RbdEncryptionCreateOptionsLUKSBase
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<RbdEncryptionOptionsLUKSBase> for RbdEncryptionCreateOptionsLUKSBase
impl AsRef<RbdEncryptionOptionsLUKSBase> for RbdEncryptionCreateOptionsLUKSBase
Source§fn as_ref(&self) -> &RbdEncryptionOptionsLUKSBase
fn as_ref(&self) -> &RbdEncryptionOptionsLUKSBase
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for RbdEncryptionCreateOptionsLUKSBase
impl Clone for RbdEncryptionCreateOptionsLUKSBase
Source§fn clone(&self) -> RbdEncryptionCreateOptionsLUKSBase
fn clone(&self) -> RbdEncryptionCreateOptionsLUKSBase
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<'de> Deserialize<'de> for RbdEncryptionCreateOptionsLUKSBase
impl<'de> Deserialize<'de> for RbdEncryptionCreateOptionsLUKSBase
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<T: Into<RbdEncryptionOptionsLUKSBase>> From<T> for RbdEncryptionCreateOptionsLUKSBase
impl<T: Into<RbdEncryptionOptionsLUKSBase>> From<T> for RbdEncryptionCreateOptionsLUKSBase
Auto Trait Implementations§
impl Freeze for RbdEncryptionCreateOptionsLUKSBase
impl RefUnwindSafe for RbdEncryptionCreateOptionsLUKSBase
impl Send for RbdEncryptionCreateOptionsLUKSBase
impl Sync for RbdEncryptionCreateOptionsLUKSBase
impl Unpin for RbdEncryptionCreateOptionsLUKSBase
impl UnwindSafe for RbdEncryptionCreateOptionsLUKSBase
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