Struct qapi_qmp::SchemaInfoArray[][src]

pub struct SchemaInfoArray {
    pub element_type: String,
}

Fields

Trait Implementations

impl Debug for SchemaInfoArray
[src]

Formats the value using the given formatter. Read more

impl Clone for SchemaInfoArray
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations