Struct parse_qapi::Command
[−]
[src]
pub struct Command {
pub name: String,
pub fields: JsonValue,
pub gen: JsonValue,
pub returns: JsonValue,
}Fields
name: String
fields: JsonValue
gen: JsonValue
returns: JsonValue
Methods
impl Command[src]
fn to_rust_string(self) -> String
Trait Implementations
impl PartialEq for Command[src]
fn eq(&self, __arg_0: &Command) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Command) -> bool
This method tests for !=.