Struct qapi_qmp::block_passwd [−][src]
pub struct block_passwd { pub device: Option<String>, pub password: String, pub node_name: Option<String>, }
Fields
device: Option<String>
password: String
node_name: Option<String>
Trait Implementations
impl Debug for block_passwd
[src]
impl Debug for block_passwd
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 block_passwd
[src]
impl Clone for block_passwd
fn clone(&self) -> block_passwd
[src]
fn clone(&self) -> block_passwd
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 block_passwd
[src]
impl Command for block_passwd
Auto Trait Implementations
impl Send for block_passwd
impl Send for block_passwd
impl Sync for block_passwd
impl Sync for block_passwd