Enum ssh2::HashType
[−]
[src]
pub enum HashType {
Md5,
Sha1,
}Variants
Md5Sha1Trait Implementations
impl Copy for HashType[src]
impl Clone for HashType[src]
fn clone(&self) -> HashType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more