Enum qapi_qmp::SshHostKeyCheck [−][src]
pub enum SshHostKeyCheck { hash { hash: SshHostKeyHash, }, }
Variants
hash
Fields of hash
hash: SshHostKeyHash |
Methods
impl SshHostKeyCheck
[src]
impl SshHostKeyCheck
pub fn mode(&self) -> SshHostKeyCheckMode
[src]
pub fn mode(&self) -> SshHostKeyCheckMode
Trait Implementations
impl Debug for SshHostKeyCheck
[src]
impl Debug for SshHostKeyCheck
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 SshHostKeyCheck
[src]
impl Clone for SshHostKeyCheck
fn clone(&self) -> SshHostKeyCheck
[src]
fn clone(&self) -> SshHostKeyCheck
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 SshHostKeyCheck
impl Send for SshHostKeyCheck
impl Sync for SshHostKeyCheck
impl Sync for SshHostKeyCheck