Struct qapi_qmp::block_passwd[][src]

pub struct block_passwd {
    pub device: Option<String>,
    pub password: String,
    pub node_name: Option<String>,
}

Fields

Trait Implementations

impl Debug for block_passwd
[src]

Formats the value using the given formatter. Read more

impl Clone for block_passwd
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for block_passwd
[src]

NAME: &'static str = "block_passwd"

Auto Trait Implementations

impl Send for block_passwd

impl Sync for block_passwd