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

Trait Implementations

impl Debug for Description
[src]

Formats the value using the given formatter.

impl Eq for Description
[src]

impl PartialEq for Description
[src]

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

This method tests for !=.