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 CommandLineParameterInfo
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 CommandLineParameterInfo
[src]
impl Clone for CommandLineParameterInfo
fn clone(&self) -> CommandLineParameterInfo
[src]
fn clone(&self) -> CommandLineParameterInfo
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 CommandLineParameterInfo
impl Send for CommandLineParameterInfo
impl Sync for CommandLineParameterInfo
impl Sync for CommandLineParameterInfo