Struct qapi_qmp::CommandLineOptionInfo [−][src]
pub struct CommandLineOptionInfo {
pub parameters: Vec<CommandLineParameterInfo>,
pub option: String,
}Fields
parameters: Vec<CommandLineParameterInfo>
option: String
Trait Implementations
impl Debug for CommandLineOptionInfo[src]
impl Debug for CommandLineOptionInfofn 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 CommandLineOptionInfo[src]
impl Clone for CommandLineOptionInfofn clone(&self) -> CommandLineOptionInfo[src]
fn clone(&self) -> CommandLineOptionInfoReturns 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 CommandLineOptionInfo
impl Send for CommandLineOptionInfoimpl Sync for CommandLineOptionInfo
impl Sync for CommandLineOptionInfo