Enum qapi_qmp::SchemaMetaType[][src]

pub enum SchemaMetaType {
    builtin,
    enum_,
    array,
    object,
    alternate,
    command,
    event,
}

Variants

Trait Implementations

impl Debug for SchemaMetaType
[src]

Formats the value using the given formatter. Read more

impl Clone for SchemaMetaType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations