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 SchemaInfoObjectMemberfn 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 SchemaInfoObjectMember[src]
impl Clone for SchemaInfoObjectMemberfn clone(&self) -> SchemaInfoObjectMember[src]
fn clone(&self) -> SchemaInfoObjectMemberReturns 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 SchemaInfoObjectMemberimpl Sync for SchemaInfoObjectMember
impl Sync for SchemaInfoObjectMember