Struct qapi_qmp::add_client [−][src]
pub struct add_client { pub protocol: String, pub skipauth: Option<bool>, pub tls: Option<bool>, pub fdname: String, }
Fields
protocol: String
skipauth: Option<bool>
tls: Option<bool>
fdname: String
Trait Implementations
impl Debug for add_client
[src]
impl Debug for add_client
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 add_client
[src]
impl Clone for add_client
fn clone(&self) -> add_client
[src]
fn clone(&self) -> add_client
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
impl Command for add_client
[src]
impl Command for add_client
Auto Trait Implementations
impl Send for add_client
impl Send for add_client
impl Sync for add_client
impl Sync for add_client