Enum qapi_qmp::SshHostKeyCheckHashType [−][src]
pub enum SshHostKeyCheckHashType {
md5,
sha1,
}Variants
md5sha1
Trait Implementations
impl Debug for SshHostKeyCheckHashType[src]
impl Debug for SshHostKeyCheckHashTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for SshHostKeyCheckHashType[src]
impl Clone for SshHostKeyCheckHashTypefn clone(&self) -> SshHostKeyCheckHashType[src]
fn clone(&self) -> SshHostKeyCheckHashTypeReturns 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 SshHostKeyCheckHashTypeimpl Sync for SshHostKeyCheckHashType
impl Sync for SshHostKeyCheckHashType