Struct qapi_qmp::BlockdevOptionsSsh [−][src]
pub struct BlockdevOptionsSsh {
pub path: String,
pub server: InetSocketAddress,
pub host_key_check: Option<SshHostKeyCheck>,
pub user: Option<String>,
}Fields
path: String
server: InetSocketAddress
host_key_check: Option<SshHostKeyCheck>
user: Option<String>
Trait Implementations
impl Debug for BlockdevOptionsSsh[src]
impl Debug for BlockdevOptionsSshfn 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 BlockdevOptionsSsh[src]
impl Clone for BlockdevOptionsSshfn clone(&self) -> BlockdevOptionsSsh[src]
fn clone(&self) -> BlockdevOptionsSshReturns 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
Auto Trait Implementations
impl Send for BlockdevOptionsSsh
impl Send for BlockdevOptionsSshimpl Sync for BlockdevOptionsSsh
impl Sync for BlockdevOptionsSsh