Struct qapi_qmp::SchemaInfoCommand[][src]

pub struct SchemaInfoCommand {
    pub arg_type: String,
    pub allow_oob: Option<bool>,
    pub ret_type: String,
}

Fields

Trait Implementations

impl Debug for SchemaInfoCommand
[src]

Formats the value using the given formatter. Read more

impl Clone for SchemaInfoCommand
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SchemaInfoCommand

impl Sync for SchemaInfoCommand