Enum qapi_qmp::BlockdevQcow2Encryption
[−]
[src]
pub enum BlockdevQcow2Encryption { luks { key_secret: Option<String>, }, aes { key_secret: Option<String>, }, }
Variants
luks
Fields of luks
key_secret: Option<String> |
aes
Fields of aes
key_secret: Option<String> |
Methods
impl BlockdevQcow2Encryption
[src]
pub fn format(&self) -> BlockdevQcow2EncryptionFormat
[src]
Trait Implementations
impl Debug for BlockdevQcow2Encryption
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for BlockdevQcow2Encryption
[src]
fn clone(&self) -> BlockdevQcow2Encryption
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more