Struct qapi_qmp::change_vnc_password[][src]

pub struct change_vnc_password {
    pub password: String,
}

Fields

Trait Implementations

impl Debug for change_vnc_password
[src]

Formats the value using the given formatter. Read more

impl Clone for change_vnc_password
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for change_vnc_password
[src]

NAME: &'static str = "change-vnc-password"

Auto Trait Implementations