Struct qapi_parser::spec::Type[][src]

pub struct Type {
    pub name: String,
    pub is_array: bool,
}

Fields

Trait Implementations

impl Clone for Type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Type
[src]

Formats the value using the given formatter. Read more

impl<'de> Deserialize<'de> for Type
[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl Send for Type

impl Sync for Type