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 SchemaInfoCommand
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for SchemaInfoCommand
[src]
impl Clone for SchemaInfoCommand
fn clone(&self) -> SchemaInfoCommand
[src]
fn clone(&self) -> SchemaInfoCommand
Returns 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 SchemaInfoCommand
impl Sync for SchemaInfoCommand
impl Sync for SchemaInfoCommand