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
protocol: String
hostname: String
cert_subject: Option<String>
tls_port: Option<isize>
port: Option<isize>
Trait Implementations
impl Debug for client_migrate_info[src]
impl Debug for client_migrate_infofn 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 client_migrate_info[src]
impl Clone for client_migrate_infofn clone(&self) -> client_migrate_info[src]
fn clone(&self) -> client_migrate_infoReturns 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 client_migrate_info[src]
impl Command for client_migrate_infoAuto Trait Implementations
impl Send for client_migrate_info
impl Send for client_migrate_infoimpl Sync for client_migrate_info
impl Sync for client_migrate_info