Enum qapi_qmp::SshHostKeyCheckHashType [−][src]
pub enum SshHostKeyCheckHashType { md5, sha1, }
Variants
md5
sha1
Trait Implementations
impl Debug for SshHostKeyCheckHashType
[src]
impl Debug for SshHostKeyCheckHashType
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 SshHostKeyCheckHashType
[src]
impl Clone for SshHostKeyCheckHashType
fn clone(&self) -> SshHostKeyCheckHashType
[src]
fn clone(&self) -> SshHostKeyCheckHashType
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 SshHostKeyCheckHashType
impl Send for SshHostKeyCheckHashType
impl Sync for SshHostKeyCheckHashType
impl Sync for SshHostKeyCheckHashType