Enum ssh2::HashType [] [src]

pub enum HashType {
    Md5,
    Sha1,
}

Variants

Trait Implementations

impl Copy for HashType
[src]

impl Clone for HashType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for HashType

impl Sync for HashType