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 BlockdevOptionsSsh
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for BlockdevOptionsSsh
[src]
impl Clone for BlockdevOptionsSsh
fn clone(&self) -> BlockdevOptionsSsh
[src]
fn clone(&self) -> BlockdevOptionsSsh
Returns 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 BlockdevOptionsSsh
impl Sync for BlockdevOptionsSsh
impl Sync for BlockdevOptionsSsh