Enum qapi_qmp::SshHostKeyCheckMode[][src]

pub enum SshHostKeyCheckMode {
    none,
    hash,
    known_hosts,
}

Variants

Trait Implementations

impl Debug for SshHostKeyCheckMode
[src]

Formats the value using the given formatter. Read more

impl Clone for SshHostKeyCheckMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SshHostKeyCheckMode

impl Sync for SshHostKeyCheckMode