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_password
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for set_password
[src]
impl Clone for set_password
fn clone(&self) -> set_password
[src]
fn clone(&self) -> set_password
Returns 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_password
Auto Trait Implementations
impl Send for set_password
impl Send for set_password
impl Sync for set_password
impl Sync for set_password