Enum sshkeys::FingerprintKind
[−]
[src]
pub enum FingerprintKind {
Sha256,
Sha384,
Sha512,
}The FingerprintKind enum represents the different fingerprint representation.
Variants
Sha256A kind used to represent the fingerprint using SHA256.
Sha384A kind used to represent the fingerprint using SHA384.
Sha512A kind used to represent the fingerprint using SHA512.
Trait Implementations
impl Debug for FingerprintKind[src]
impl PartialEq for FingerprintKind[src]
fn eq(&self, __arg_0: &FingerprintKind) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.