Struct qapi_parser::spec::Value
[−]
[src]
pub struct Value { pub name: String, pub ty: Type, pub optional: bool, }
Fields
name: String
ty: Type
optional: bool
Methods
impl Value
[src]
Trait Implementations
impl Debug for Value
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more