[][src]Enum qapi_qmp::BlockdevQcow2EncryptionFormat

pub enum BlockdevQcow2EncryptionFormat {
    aes,
    luks,
}

Variants

aes
luks

Trait Implementations

impl Clone for BlockdevQcow2EncryptionFormat[src]

impl Copy for BlockdevQcow2EncryptionFormat[src]

impl Debug for BlockdevQcow2EncryptionFormat[src]

impl<'de> Deserialize<'de> for BlockdevQcow2EncryptionFormat[src]

impl Enum for BlockdevQcow2EncryptionFormat[src]

impl Eq for BlockdevQcow2EncryptionFormat[src]

impl FromStr for BlockdevQcow2EncryptionFormat[src]

type Err = ()

The associated error which can be returned from parsing.

impl Hash for BlockdevQcow2EncryptionFormat[src]

impl Ord for BlockdevQcow2EncryptionFormat[src]

impl PartialEq<BlockdevQcow2EncryptionFormat> for BlockdevQcow2EncryptionFormat[src]

impl PartialOrd<BlockdevQcow2EncryptionFormat> for BlockdevQcow2EncryptionFormat[src]

impl Serialize for BlockdevQcow2EncryptionFormat[src]

impl StructuralEq for BlockdevQcow2EncryptionFormat[src]

impl StructuralPartialEq for BlockdevQcow2EncryptionFormat[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.