Struct qapi_qmp::SchemaInfoObjectVariant[][src]

pub struct SchemaInfoObjectVariant {
    pub case: String,
    pub type_: String,
}

Fields

Trait Implementations

impl Debug for SchemaInfoObjectVariant
[src]

Formats the value using the given formatter. Read more

impl Clone for SchemaInfoObjectVariant
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SchemaInfoObjectVariant

impl Sync for SchemaInfoObjectVariant