Struct qapi_qmp::object_add [−][src]
pub struct object_add {
pub id: String,
pub qom_type: String,
pub props: Option<Dictionary>,
}Fields
id: String
qom_type: String
props: Option<Dictionary>
Trait Implementations
impl Debug for object_add[src]
impl Debug for object_addfn 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 object_add[src]
impl Clone for object_addfn clone(&self) -> object_add[src]
fn clone(&self) -> object_addReturns 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 object_add[src]
impl Command for object_addAuto Trait Implementations
impl Send for object_add
impl Send for object_addimpl Sync for object_add
impl Sync for object_add