Struct parse_qapi::Struct [] [src]

pub struct Struct {
    pub name: String,
    pub fields: Vec<(String, String)>,
    pub base: Option<String>,
}

Fields

name: String fields: Vec<(String, String)> base: Option<String>

Trait Implementations

impl PartialEq for Struct
[src]

fn eq(&self, __arg_0: &Struct) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, __arg_0: &Struct) -> bool

This method tests for !=.

impl Eq for Struct
[src]

impl Debug for Struct
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.