Struct qapi_qmp::SchemaInfoObject[][src]

pub struct SchemaInfoObject {
    pub variants: Option<Vec<SchemaInfoObjectVariant>>,
    pub members: Vec<SchemaInfoObjectMember>,
    pub tag: Option<String>,
}

Fields

Trait Implementations

impl Debug for SchemaInfoObject
[src]

Formats the value using the given formatter. Read more

impl Clone for SchemaInfoObject
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SchemaInfoObject

impl Sync for SchemaInfoObject