Struct qapi_qmp::CommandLineParameterInfo [−][src]
pub struct CommandLineParameterInfo {
pub default: Option<String>,
pub type_: CommandLineParameterType,
pub name: String,
pub help: Option<String>,
}Fields
default: Option<String>
type_: CommandLineParameterType
name: String
help: Option<String>
Trait Implementations
impl Debug for CommandLineParameterInfo[src]
impl Debug for CommandLineParameterInfofn 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 CommandLineParameterInfo[src]
impl Clone for CommandLineParameterInfofn clone(&self) -> CommandLineParameterInfo[src]
fn clone(&self) -> CommandLineParameterInfoReturns 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 CommandLineParameterInfo
impl Send for CommandLineParameterInfoimpl Sync for CommandLineParameterInfo
impl Sync for CommandLineParameterInfo