pub enum PublicKeyHashType {
Sha1,
Md5,
Sha256,
}
Expand description
The type of hash to use when inspecting a public key fingerprint
Variants§
Trait Implementations§
Source§impl Clone for PublicKeyHashType
impl Clone for PublicKeyHashType
Source§fn clone(&self) -> PublicKeyHashType
fn clone(&self) -> PublicKeyHashType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PublicKeyHashType
impl Debug for PublicKeyHashType
Source§impl PartialEq for PublicKeyHashType
impl PartialEq for PublicKeyHashType
impl Copy for PublicKeyHashType
impl Eq for PublicKeyHashType
impl StructuralPartialEq for PublicKeyHashType
Auto Trait Implementations§
impl Freeze for PublicKeyHashType
impl RefUnwindSafe for PublicKeyHashType
impl Send for PublicKeyHashType
impl Sync for PublicKeyHashType
impl Unpin for PublicKeyHashType
impl UnwindSafe for PublicKeyHashType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more