Struct qapi_parser::spec::Value[][src]

pub struct Value {
    pub name: String,
    pub ty: Type,
    pub optional: bool,
}

Fields

Methods

impl Value
[src]
[]

Trait Implementations

impl Debug for Value
[src]
[+]

[]

Formats the value using the given formatter. Read more

impl Clone for Value
[src]
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Value

impl Sync for Value