Struct qapi_parser::spec::Data[][src]

pub struct Data {
    pub fields: Vec<Value>,
}

Fields

Methods

impl Data
[src]

Trait Implementations

impl Debug for Data
[src]

Formats the value using the given formatter. Read more

impl Default for Data
[src]

Returns the "default value" for a type. Read more

impl Clone for Data
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl Send for Data

impl Sync for Data