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