Enum qapi_qmp::SshHostKeyCheckHashType[][src]

pub enum SshHostKeyCheckHashType {
    md5,
    sha1,
}

Variants

Trait Implementations

impl Debug for SshHostKeyCheckHashType
[src]

Formats the value using the given formatter. Read more

impl Clone for SshHostKeyCheckHashType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SshHostKeyCheckHashType

impl Sync for SshHostKeyCheckHashType