Struct qapi_parser::spec::Data
[−]
[src]
pub struct Data {
pub fields: Vec<Value>,
}Fields
fields: Vec<Value>
Methods
impl Data[src]
Trait Implementations
impl Debug for Data[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Default for Data[src]
impl Clone for Data[src]
fn clone(&self) -> Data[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl<'de> Deserialize<'de> for Data[src]
fn deserialize<D: Deserializer<'de>>(d: D) -> Result<Self, D::Error>[src]
Deserialize this value from the given Serde deserializer. Read more