Struct qapi_qmp::change_vnc_password [−][src]
pub struct change_vnc_password {
pub password: String,
}Fields
password: String
Trait Implementations
impl Debug for change_vnc_password[src]
impl Debug for change_vnc_passwordfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for change_vnc_password[src]
impl Clone for change_vnc_passwordfn clone(&self) -> change_vnc_password[src]
fn clone(&self) -> change_vnc_passwordReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Command for change_vnc_password[src]
impl Command for change_vnc_passwordAuto Trait Implementations
impl Send for change_vnc_password
impl Send for change_vnc_passwordimpl Sync for change_vnc_password
impl Sync for change_vnc_password