pub enum ThumbprintHash {
SHA256,
SHA384,
SHA512,
}Expand description
The function to use to hash the intermediate thumbprint data.
Variants§
Trait Implementations§
Source§impl Clone for ThumbprintHash
impl Clone for ThumbprintHash
Source§fn clone(&self) -> ThumbprintHash
fn clone(&self) -> ThumbprintHash
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ThumbprintHash
impl Debug for ThumbprintHash
impl Eq for ThumbprintHash
Source§impl PartialEq for ThumbprintHash
impl PartialEq for ThumbprintHash
Source§fn eq(&self, other: &ThumbprintHash) -> bool
fn eq(&self, other: &ThumbprintHash) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ThumbprintHash
Auto Trait Implementations§
impl Freeze for ThumbprintHash
impl RefUnwindSafe for ThumbprintHash
impl Send for ThumbprintHash
impl Sync for ThumbprintHash
impl Unpin for ThumbprintHash
impl UnsafeUnpin for ThumbprintHash
impl UnwindSafe for ThumbprintHash
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