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]
impl Debug for Commandfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for Command[src]
impl Clone for Command