Struct qapi_qmp::client_migrate_info[][src]

pub struct client_migrate_info {
    pub protocol: String,
    pub hostname: String,
    pub cert_subject: Option<String>,
    pub tls_port: Option<isize>,
    pub port: Option<isize>,
}

Fields

Trait Implementations

impl Debug for client_migrate_info
[src]

Formats the value using the given formatter. Read more

impl Clone for client_migrate_info
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for client_migrate_info
[src]

NAME: &'static str = "client_migrate_info"

Auto Trait Implementations

impl Send for client_migrate_info

impl Sync for client_migrate_info