pub struct VerificationKeyFingerprint(/* private fields */);Expand description
Fingerprint of a key, not key material. It is safe to persist in audit evidence and to compare between replicas.
Implementations§
Trait Implementations§
Source§impl Clone for VerificationKeyFingerprint
impl Clone for VerificationKeyFingerprint
Source§impl Debug for VerificationKeyFingerprint
impl Debug for VerificationKeyFingerprint
Source§impl<'de> Deserialize<'de> for VerificationKeyFingerprint
impl<'de> Deserialize<'de> for VerificationKeyFingerprint
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for VerificationKeyFingerprint
Source§impl From<VerificationKeyFingerprint> for String
impl From<VerificationKeyFingerprint> for String
Source§fn from(value: VerificationKeyFingerprint) -> Self
fn from(value: VerificationKeyFingerprint) -> Self
Converts to this type from the input type.
Source§impl Hash for VerificationKeyFingerprint
impl Hash for VerificationKeyFingerprint
Source§impl Ord for VerificationKeyFingerprint
impl Ord for VerificationKeyFingerprint
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for VerificationKeyFingerprint
impl PartialOrd for VerificationKeyFingerprint
impl StructuralPartialEq for VerificationKeyFingerprint
Auto Trait Implementations§
impl Freeze for VerificationKeyFingerprint
impl RefUnwindSafe for VerificationKeyFingerprint
impl Send for VerificationKeyFingerprint
impl Sync for VerificationKeyFingerprint
impl Unpin for VerificationKeyFingerprint
impl UnsafeUnpin for VerificationKeyFingerprint
impl UnwindSafe for VerificationKeyFingerprint
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