Enum qapi_parser::spec::DataOrType [−][src]
Variants
Data(Data)Type(Type)
Methods
impl DataOrType[src]
impl DataOrTypeTrait Implementations
impl Debug for DataOrType[src]
impl Debug for DataOrTypefn 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 DataOrType[src]
impl Clone for DataOrTypefn clone(&self) -> DataOrType[src]
fn clone(&self) -> DataOrTypeReturns 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
impl Default for DataOrType[src]
impl Default for DataOrTypeAuto Trait Implementations
impl Send for DataOrType
impl Send for DataOrTypeimpl Sync for DataOrType
impl Sync for DataOrType