Enum qapi_qmp::QCryptoBlockInfo
source · [−]pub enum QCryptoBlockInfo {
luks(QCryptoBlockInfoLUKS),
}Variants
luks(QCryptoBlockInfoLUKS)
Implementations
sourceimpl QCryptoBlockInfo
impl QCryptoBlockInfo
pub fn format(&self) -> QCryptoBlockFormat
Trait Implementations
sourceimpl Clone for QCryptoBlockInfo
impl Clone for QCryptoBlockInfo
sourcefn clone(&self) -> QCryptoBlockInfo
fn clone(&self) -> QCryptoBlockInfo
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 QCryptoBlockInfo
impl Debug for QCryptoBlockInfo
sourceimpl<'de> Deserialize<'de> for QCryptoBlockInfo
impl<'de> Deserialize<'de> for QCryptoBlockInfo
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<QCryptoBlockInfoLUKS> for QCryptoBlockInfo
impl From<QCryptoBlockInfoLUKS> for QCryptoBlockInfo
sourcefn from(val: QCryptoBlockInfoLUKS) -> Self
fn from(val: QCryptoBlockInfoLUKS) -> Self
Converts to this type from the input type.
sourceimpl Serialize for QCryptoBlockInfo
impl Serialize for QCryptoBlockInfo
Auto Trait Implementations
impl RefUnwindSafe for QCryptoBlockInfo
impl Send for QCryptoBlockInfo
impl Sync for QCryptoBlockInfo
impl Unpin for QCryptoBlockInfo
impl UnwindSafe for QCryptoBlockInfo
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