Struct qapi_qmp::query_command_line_options [−][src]
Fields
option: Option<String>
Trait Implementations
impl Debug for query_command_line_options[src]
impl Debug for query_command_line_optionsfn 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 query_command_line_options[src]
impl Clone for query_command_line_optionsfn clone(&self) -> query_command_line_options[src]
fn clone(&self) -> query_command_line_optionsReturns 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 Command for query_command_line_options[src]
impl Command for query_command_line_optionsconst NAME: &'static str
NAME: &'static str = "query-command-line-options"
type Ok = Vec<CommandLineOptionInfo>
Auto Trait Implementations
impl Send for query_command_line_options
impl Send for query_command_line_optionsimpl Sync for query_command_line_options
impl Sync for query_command_line_options