Struct qapi_qmp::BlockdevOptionsLUKS
source · [−]pub struct BlockdevOptionsLUKS {
pub base: BlockdevOptionsGenericFormat,
pub key_secret: Option<String>,
}Fields
base: BlockdevOptionsGenericFormatkey_secret: Option<String>Trait Implementations
sourceimpl AsRef<BlockdevOptionsGenericFormat> for BlockdevOptionsLUKS
impl AsRef<BlockdevOptionsGenericFormat> for BlockdevOptionsLUKS
sourcefn as_ref(&self) -> &BlockdevOptionsGenericFormat
fn as_ref(&self) -> &BlockdevOptionsGenericFormat
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for BlockdevOptionsLUKS
impl Clone for BlockdevOptionsLUKS
sourcefn clone(&self) -> BlockdevOptionsLUKS
fn clone(&self) -> BlockdevOptionsLUKS
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 BlockdevOptionsLUKS
impl Debug for BlockdevOptionsLUKS
sourceimpl<'de> Deserialize<'de> for BlockdevOptionsLUKS
impl<'de> Deserialize<'de> for BlockdevOptionsLUKS
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<T: Into<BlockdevOptionsGenericFormat>> From<T> for BlockdevOptionsLUKS
impl<T: Into<BlockdevOptionsGenericFormat>> From<T> for BlockdevOptionsLUKS
sourceimpl Serialize for BlockdevOptionsLUKS
impl Serialize for BlockdevOptionsLUKS
Auto Trait Implementations
impl RefUnwindSafe for BlockdevOptionsLUKS
impl Send for BlockdevOptionsLUKS
impl Sync for BlockdevOptionsLUKS
impl Unpin for BlockdevOptionsLUKS
impl UnwindSafe for BlockdevOptionsLUKS
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