Struct qapi_qmp::ObjectPropertyInfo[][src]

pub struct ObjectPropertyInfo {
    pub name: String,
    pub description: Option<String>,
    pub type_: String,
}

Fields

Trait Implementations

impl Debug for ObjectPropertyInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for ObjectPropertyInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations