Struct qapi_qmp::query_commands [−][src]
pub struct query_commands {}Trait Implementations
impl Debug for query_commands[src]
impl Debug for query_commandsfn 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_commands[src]
impl Clone for query_commandsfn clone(&self) -> query_commands[src]
fn clone(&self) -> query_commandsReturns 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_commands[src]
impl Command for query_commandsAuto Trait Implementations
impl Send for query_commands
impl Send for query_commandsimpl Sync for query_commands
impl Sync for query_commands