Struct qapi_qmp::SchemaInfoObject [] [src]

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

Fields

Trait Implementations

impl Debug for SchemaInfoObject
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SchemaInfoObject
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations