Enum qapi_qmp::DataFormat [−][src]
pub enum DataFormat {
utf8,
base64,
}Variants
utf8base64
Trait Implementations
impl Debug for DataFormat[src]
impl Debug for DataFormatfn 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 DataFormat[src]
impl Clone for DataFormatfn clone(&self) -> DataFormat[src]
fn clone(&self) -> DataFormatReturns 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 DataFormat
impl Send for DataFormatimpl Sync for DataFormat
impl Sync for DataFormat