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 SchemaInfoObjectfn 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 SchemaInfoObject[src]
impl Clone for SchemaInfoObjectfn clone(&self) -> SchemaInfoObject[src]
fn clone(&self) -> SchemaInfoObjectReturns 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 SchemaInfoObjectimpl Sync for SchemaInfoObject
impl Sync for SchemaInfoObject