Struct qapi_qmp::ObjectTypeInfo[][src]

pub struct ObjectTypeInfo {
    pub abstract_: Option<bool>,
    pub name: String,
    pub parent: Option<String>,
}

Fields

Trait Implementations

impl Debug for ObjectTypeInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for ObjectTypeInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ObjectTypeInfo

impl Sync for ObjectTypeInfo