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

Trait Implementations

impl Debug for add_client
[src]

Formats the value using the given formatter. Read more

impl Clone for add_client
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for add_client
[src]

NAME: &'static str = "add_client"

Auto Trait Implementations

impl Send for add_client

impl Sync for add_client