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_passwdfn 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 block_passwd[src]
impl Clone for block_passwdfn clone(&self) -> block_passwd[src]
fn clone(&self) -> block_passwdReturns 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_passwdAuto Trait Implementations
impl Send for block_passwd
impl Send for block_passwdimpl Sync for block_passwd
impl Sync for block_passwd