Enum qapi_qmp::BlockdevQcow2EncryptionFormat [] [src]

pub enum BlockdevQcow2EncryptionFormat {
    aes,
    luks,
}

Variants

Trait Implementations

impl Debug for BlockdevQcow2EncryptionFormat
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevQcow2EncryptionFormat
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations