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