Struct qapi_qmp::SchemaInfoObjectMember [−][src]
pub struct SchemaInfoObjectMember { pub name: String, pub type_: String, pub default: Option<Any>, }
Fields
name: String
type_: String
default: Option<Any>
Trait Implementations
impl Debug for SchemaInfoObjectMember
[src]
impl Debug for SchemaInfoObjectMember
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 SchemaInfoObjectMember
[src]
impl Clone for SchemaInfoObjectMember
fn clone(&self) -> SchemaInfoObjectMember
[src]
fn clone(&self) -> SchemaInfoObjectMember
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 SchemaInfoObjectMember
impl Send for SchemaInfoObjectMember
impl Sync for SchemaInfoObjectMember
impl Sync for SchemaInfoObjectMember