Enum libssh_rs::PublicKeyHashType [−][src]
pub enum PublicKeyHashType {
Sha1,
Md5,
Sha256,
}
Expand description
The type of hash to use when inspecting a public key fingerprint
Variants
Sha1
Md5
Sha256
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PublicKeyHashType
impl Send for PublicKeyHashType
impl Sync for PublicKeyHashType
impl Unpin for PublicKeyHashType
impl UnwindSafe for PublicKeyHashType
Blanket Implementations
Mutably borrows from an owned value. Read more