Enum qapi_qmp::SshHostKeyCheck[][src]

pub enum SshHostKeyCheck {
    known_hosts {},
    hash {
        type_: SshHostKeyCheckHashType,
        hash: String,
    },
    none {},
}

Variants

Fields of known_hosts

Fields of hash

Fields of none

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