Struct qapi_qmp::SchemaInfoCommand [−][src]
pub struct SchemaInfoCommand {
pub arg_type: String,
pub allow_oob: Option<bool>,
pub ret_type: String,
}Fields
arg_type: String
allow_oob: Option<bool>
ret_type: String
Trait Implementations
impl Debug for SchemaInfoCommand[src]
impl Debug for SchemaInfoCommandfn 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 SchemaInfoCommand[src]
impl Clone for SchemaInfoCommandfn clone(&self) -> SchemaInfoCommand[src]
fn clone(&self) -> SchemaInfoCommandReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for SchemaInfoCommand
impl Send for SchemaInfoCommandimpl Sync for SchemaInfoCommand
impl Sync for SchemaInfoCommand