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 ObjectTypeInfofn 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 ObjectTypeInfo[src]
impl Clone for ObjectTypeInfofn clone(&self) -> ObjectTypeInfo[src]
fn clone(&self) -> ObjectTypeInfoReturns 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 ObjectTypeInfoimpl Sync for ObjectTypeInfo
impl Sync for ObjectTypeInfo