Struct qapi_qmp::BlockdevOptionsSsh[][src]

pub struct BlockdevOptionsSsh {
    pub user: Option<String>,
    pub server: InetSocketAddress,
    pub path: String,
    pub host_key_check: Option<SshHostKeyCheck>,
}

Fields

Trait Implementations

impl Debug for BlockdevOptionsSsh
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevOptionsSsh
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations