Enum ssh2::HashType [] [src]

pub enum HashType {
    Md5,
    Sha1,
}

Variants

Trait Implementations

impl Copy for HashType
[src]

impl Clone for HashType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more