Enum qapi_qmp::SchemaMetaType [−][src]
pub enum SchemaMetaType {
builtin,
enum_,
array,
object,
alternate,
command,
event,
}Variants
builtinenum_arrayobjectalternatecommandevent
Trait Implementations
impl Debug for SchemaMetaType[src]
impl Debug for SchemaMetaTypefn 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 SchemaMetaType[src]
impl Clone for SchemaMetaTypefn clone(&self) -> SchemaMetaType[src]
fn clone(&self) -> SchemaMetaTypeReturns 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 SchemaMetaType
impl Send for SchemaMetaTypeimpl Sync for SchemaMetaType
impl Sync for SchemaMetaType