pub enum QCryptoBlockAmendOptions {
luks(QCryptoBlockAmendOptionsLUKS),
qcow,
}
Variants§
luks(QCryptoBlockAmendOptionsLUKS)
qcow
Implementations§
Source§impl QCryptoBlockAmendOptions
impl QCryptoBlockAmendOptions
pub fn format(&self) -> QCryptoBlockFormat
Trait Implementations§
Source§impl Clone for QCryptoBlockAmendOptions
impl Clone for QCryptoBlockAmendOptions
Source§fn clone(&self) -> QCryptoBlockAmendOptions
fn clone(&self) -> QCryptoBlockAmendOptions
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 QCryptoBlockAmendOptions
impl Debug for QCryptoBlockAmendOptions
Source§impl<'de> Deserialize<'de> for QCryptoBlockAmendOptions
impl<'de> Deserialize<'de> for QCryptoBlockAmendOptions
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<QCryptoBlockAmendOptionsLUKS> for QCryptoBlockAmendOptions
impl From<QCryptoBlockAmendOptionsLUKS> for QCryptoBlockAmendOptions
Source§fn from(val: QCryptoBlockAmendOptionsLUKS) -> Self
fn from(val: QCryptoBlockAmendOptionsLUKS) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for QCryptoBlockAmendOptions
impl RefUnwindSafe for QCryptoBlockAmendOptions
impl Send for QCryptoBlockAmendOptions
impl Sync for QCryptoBlockAmendOptions
impl Unpin for QCryptoBlockAmendOptions
impl UnwindSafe for QCryptoBlockAmendOptions
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