Struct qapi_qmp::set_password [−][src]
pub struct set_password {
pub connected: Option<String>,
pub protocol: String,
pub password: String,
}Fields
connected: Option<String>
protocol: String
password: String
Trait Implementations
impl Debug for set_password[src]
impl Debug for set_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 set_password[src]
impl Clone for set_passwordfn clone(&self) -> set_password[src]
fn clone(&self) -> set_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 set_password[src]
impl Command for set_passwordAuto Trait Implementations
impl Send for set_password
impl Send for set_passwordimpl Sync for set_password
impl Sync for set_password