Enum qapi_qmp::CommandLineParameterType [−][src]
pub enum CommandLineParameterType {
string,
boolean,
number,
size,
}Variants
stringbooleannumbersize
Trait Implementations
impl Debug for CommandLineParameterType[src]
impl Debug for CommandLineParameterTypefn 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 CommandLineParameterType[src]
impl Clone for CommandLineParameterTypefn clone(&self) -> CommandLineParameterType[src]
fn clone(&self) -> CommandLineParameterTypeReturns 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 CommandLineParameterType
impl Send for CommandLineParameterTypeimpl Sync for CommandLineParameterType
impl Sync for CommandLineParameterType