Enum qapi_qmp::SshHostKeyCheck[][src]

pub enum SshHostKeyCheck {
    hash {
        hash: SshHostKeyHash,
    },
}

Variants

Fields of hash

Methods

impl SshHostKeyCheck
[src]

Trait Implementations

impl Debug for SshHostKeyCheck
[src]

Formats the value using the given formatter. Read more

impl Clone for SshHostKeyCheck
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SshHostKeyCheck

impl Sync for SshHostKeyCheck