Struct qapi_qmp::RbdEncryptionOptionsLUKS2
source · [−]pub struct RbdEncryptionOptionsLUKS2 {
pub base: RbdEncryptionOptionsLUKSBase,
}Fields
base: RbdEncryptionOptionsLUKSBaseTrait Implementations
sourceimpl AsRef<RbdEncryptionOptionsLUKSBase> for RbdEncryptionOptionsLUKS2
impl AsRef<RbdEncryptionOptionsLUKSBase> for RbdEncryptionOptionsLUKS2
sourcefn as_ref(&self) -> &RbdEncryptionOptionsLUKSBase
fn as_ref(&self) -> &RbdEncryptionOptionsLUKSBase
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for RbdEncryptionOptionsLUKS2
impl Clone for RbdEncryptionOptionsLUKS2
sourcefn clone(&self) -> RbdEncryptionOptionsLUKS2
fn clone(&self) -> RbdEncryptionOptionsLUKS2
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for RbdEncryptionOptionsLUKS2
impl Debug for RbdEncryptionOptionsLUKS2
sourceimpl<'de> Deserialize<'de> for RbdEncryptionOptionsLUKS2
impl<'de> Deserialize<'de> for RbdEncryptionOptionsLUKS2
sourcefn 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
sourceimpl From<RbdEncryptionOptionsLUKS2> for RbdEncryptionOptions
impl From<RbdEncryptionOptionsLUKS2> for RbdEncryptionOptions
sourcefn from(val: RbdEncryptionOptionsLUKS2) -> Self
fn from(val: RbdEncryptionOptionsLUKS2) -> Self
Converts to this type from the input type.
sourceimpl<T: Into<RbdEncryptionOptionsLUKSBase>> From<T> for RbdEncryptionOptionsLUKS2
impl<T: Into<RbdEncryptionOptionsLUKSBase>> From<T> for RbdEncryptionOptionsLUKS2
sourceimpl Serialize for RbdEncryptionOptionsLUKS2
impl Serialize for RbdEncryptionOptionsLUKS2
Auto Trait Implementations
impl RefUnwindSafe for RbdEncryptionOptionsLUKS2
impl Send for RbdEncryptionOptionsLUKS2
impl Sync for RbdEncryptionOptionsLUKS2
impl Unpin for RbdEncryptionOptionsLUKS2
impl UnwindSafe for RbdEncryptionOptionsLUKS2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more