pub struct RbdEncryptionOptionsLUKS2 {
pub base: RbdEncryptionOptionsLUKSBase,
}
Fields§
§base: RbdEncryptionOptionsLUKSBase
Trait Implementations§
Source§impl AsRef<RbdEncryptionOptionsLUKSBase> for RbdEncryptionOptionsLUKS2
impl AsRef<RbdEncryptionOptionsLUKSBase> for RbdEncryptionOptionsLUKS2
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 RbdEncryptionOptionsLUKS2
impl Clone for RbdEncryptionOptionsLUKS2
Source§fn clone(&self) -> RbdEncryptionOptionsLUKS2
fn clone(&self) -> RbdEncryptionOptionsLUKS2
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 RbdEncryptionOptionsLUKS2
impl Debug for RbdEncryptionOptionsLUKS2
Source§impl<'de> Deserialize<'de> for RbdEncryptionOptionsLUKS2
impl<'de> Deserialize<'de> for RbdEncryptionOptionsLUKS2
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 RbdEncryptionOptionsLUKS2
impl<T: Into<RbdEncryptionOptionsLUKSBase>> From<T> for RbdEncryptionOptionsLUKS2
Auto Trait Implementations§
impl Freeze for RbdEncryptionOptionsLUKS2
impl RefUnwindSafe for RbdEncryptionOptionsLUKS2
impl Send for RbdEncryptionOptionsLUKS2
impl Sync for RbdEncryptionOptionsLUKS2
impl Unpin for RbdEncryptionOptionsLUKS2
impl UnwindSafe for RbdEncryptionOptionsLUKS2
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