Struct qapi_parser::spec::Command
[−]
[src]
pub struct Command { pub id: String, pub data: DataOrType, pub returns: Option<Type>, }
Fields
id: String
data: DataOrType
returns: Option<Type>
Trait Implementations
impl Debug for Command
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more