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 CommandLineOptionInfo
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for CommandLineOptionInfo
[src]
impl Clone for CommandLineOptionInfo
fn clone(&self) -> CommandLineOptionInfo
[src]
fn clone(&self) -> CommandLineOptionInfo
Returns 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 CommandLineOptionInfo
impl Sync for CommandLineOptionInfo
impl Sync for CommandLineOptionInfo