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