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