pub struct BlockdevAmendOptionsLUKS {
pub base: QCryptoBlockAmendOptionsLUKS,
}
Fields§
§base: QCryptoBlockAmendOptionsLUKS
Trait Implementations§
Source§impl AsRef<QCryptoBlockAmendOptionsLUKS> for BlockdevAmendOptionsLUKS
impl AsRef<QCryptoBlockAmendOptionsLUKS> for BlockdevAmendOptionsLUKS
Source§fn as_ref(&self) -> &QCryptoBlockAmendOptionsLUKS
fn as_ref(&self) -> &QCryptoBlockAmendOptionsLUKS
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for BlockdevAmendOptionsLUKS
impl Clone for BlockdevAmendOptionsLUKS
Source§fn clone(&self) -> BlockdevAmendOptionsLUKS
fn clone(&self) -> BlockdevAmendOptionsLUKS
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 BlockdevAmendOptionsLUKS
impl Debug for BlockdevAmendOptionsLUKS
Source§impl<'de> Deserialize<'de> for BlockdevAmendOptionsLUKS
impl<'de> Deserialize<'de> for BlockdevAmendOptionsLUKS
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 From<BlockdevAmendOptionsLUKS> for BlockdevAmendOptions
impl From<BlockdevAmendOptionsLUKS> for BlockdevAmendOptions
Source§fn from(val: BlockdevAmendOptionsLUKS) -> Self
fn from(val: BlockdevAmendOptionsLUKS) -> Self
Converts to this type from the input type.
Source§impl<T: Into<QCryptoBlockAmendOptionsLUKS>> From<T> for BlockdevAmendOptionsLUKS
impl<T: Into<QCryptoBlockAmendOptionsLUKS>> From<T> for BlockdevAmendOptionsLUKS
Auto Trait Implementations§
impl Freeze for BlockdevAmendOptionsLUKS
impl RefUnwindSafe for BlockdevAmendOptionsLUKS
impl Send for BlockdevAmendOptionsLUKS
impl Sync for BlockdevAmendOptionsLUKS
impl Unpin for BlockdevAmendOptionsLUKS
impl UnwindSafe for BlockdevAmendOptionsLUKS
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