Struct parse_qapi::Description [] [src]

pub struct Description {
    pub name: String,
    pub parameters: Option<Vec<(String, String)>>,
    pub returns: Option<String>,
    pub version_since: String,
}

Fields

name: String parameters: Option<Vec<(String, String)>> returns: Option<String> version_since: String

Trait Implementations

impl PartialEq for Description
[src]

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

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

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

This method tests for !=.

impl Eq for Description
[src]

impl Debug for Description
[src]

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

Formats the value using the given formatter.