Struct qapi_qmp::SchemaInfoEnum[][src]

pub struct SchemaInfoEnum {
    pub values: Vec<String>,
}

Fields

Trait Implementations

impl Debug for SchemaInfoEnum
[src]

Formats the value using the given formatter. Read more

impl Clone for SchemaInfoEnum
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SchemaInfoEnum

impl Sync for SchemaInfoEnum