Struct qapi_qmp::QCryptoBlockOptionsQCow[][src]

pub struct QCryptoBlockOptionsQCow {
    pub key_secret: Option<String>,
}

Fields

Trait Implementations

impl Debug for QCryptoBlockOptionsQCow
[src]

Formats the value using the given formatter. Read more

impl Clone for QCryptoBlockOptionsQCow
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for QCryptoBlockOptionsQCow

impl Sync for QCryptoBlockOptionsQCow