Struct qapi_parser::spec::Command[][src]

pub struct Command {
    pub id: String,
    pub data: DataOrType,
    pub returns: Option<Type>,
}

Fields

Trait Implementations

impl Debug for Command
[src]

Formats the value using the given formatter. Read more

impl Clone for Command
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Command

impl Sync for Command