Struct qapi_qmp::object_add [] [src]

pub struct object_add {
    pub id: String,
    pub qom_type: String,
    pub props: Option<Dictionary>,
}

Fields

Trait Implementations

impl Debug for object_add
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for object_add
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Command for object_add
[src]

NAME: &'static str = "object-add"

Auto Trait Implementations

impl Send for object_add

impl Sync for object_add