Struct qapi_qmp::SchemaInfoObjectMember[][src]

pub struct SchemaInfoObjectMember {
    pub name: String,
    pub type_: String,
    pub default: Option<Any>,
}

Fields

Trait Implementations

impl Debug for SchemaInfoObjectMember
[src]

Formats the value using the given formatter. Read more

impl Clone for SchemaInfoObjectMember
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SchemaInfoObjectMember

impl Sync for SchemaInfoObjectMember