Struct qapi_qmp::set_password[][src]

pub struct set_password {
    pub connected: Option<String>,
    pub protocol: String,
    pub password: String,
}

Fields

Trait Implementations

impl Debug for set_password
[src]

Formats the value using the given formatter. Read more

impl Clone for set_password
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for set_password
[src]

NAME: &'static str = "set_password"

Auto Trait Implementations

impl Send for set_password

impl Sync for set_password