Struct qapi_qmp::SchemaInfoObject [−][src]
pub struct SchemaInfoObject { pub variants: Option<Vec<SchemaInfoObjectVariant>>, pub members: Vec<SchemaInfoObjectMember>, pub tag: Option<String>, }
Fields
variants: Option<Vec<SchemaInfoObjectVariant>>
members: Vec<SchemaInfoObjectMember>
tag: Option<String>
Trait Implementations
impl Debug for SchemaInfoObject
[src]
impl Debug for SchemaInfoObject
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 SchemaInfoObject
[src]
impl Clone for SchemaInfoObject
fn clone(&self) -> SchemaInfoObject
[src]
fn clone(&self) -> SchemaInfoObject
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 SchemaInfoObject
impl Send for SchemaInfoObject
impl Sync for SchemaInfoObject
impl Sync for SchemaInfoObject