Struct qapi_qmp::CommandInfo [−][src]
pub struct CommandInfo {
pub name: String,
}Fields
name: String
Trait Implementations
impl Debug for CommandInfo[src]
impl Debug for CommandInfofn 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 CommandInfo[src]
impl Clone for CommandInfofn clone(&self) -> CommandInfo[src]
fn clone(&self) -> CommandInfoReturns 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 CommandInfo
impl Send for CommandInfoimpl Sync for CommandInfo
impl Sync for CommandInfo