Enum parse_qapi::QemuType [] [src]

pub enum QemuType {
    Struct(Struct),
    Command(Command),
    Enum(Enum),
    Include {
        name: String,
    },
    Union(Union),
    Unknown,
}

Variants

Struct(Struct)Command(Command)Enum(Enum)Include

Fields

name: String
Union(Union)Unknown

Trait Implementations

impl PartialEq for QemuType
[src]

fn eq(&self, __arg_0: &QemuType) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, __arg_0: &QemuType) -> bool

This method tests for !=.

impl Eq for QemuType
[src]

impl Debug for QemuType
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.