pub struct VerificationKeyId(/* private fields */);Expand description
Public identifier for a verification key. Material never crosses this boundary; the host keeps private key bytes in its secret store.
Implementations§
Trait Implementations§
Source§impl Clone for VerificationKeyId
impl Clone for VerificationKeyId
Source§impl Debug for VerificationKeyId
impl Debug for VerificationKeyId
Source§impl<'de> Deserialize<'de> for VerificationKeyId
impl<'de> Deserialize<'de> for VerificationKeyId
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 VerificationKeyId
Source§impl From<VerificationKeyId> for String
impl From<VerificationKeyId> for String
Source§fn from(value: VerificationKeyId) -> Self
fn from(value: VerificationKeyId) -> Self
Converts to this type from the input type.
Source§impl Hash for VerificationKeyId
impl Hash for VerificationKeyId
Source§impl Ord for VerificationKeyId
impl Ord for VerificationKeyId
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 PartialEq for VerificationKeyId
impl PartialEq for VerificationKeyId
Source§impl PartialOrd for VerificationKeyId
impl PartialOrd for VerificationKeyId
Source§impl Serialize for VerificationKeyId
impl Serialize for VerificationKeyId
impl StructuralPartialEq for VerificationKeyId
Auto Trait Implementations§
impl Freeze for VerificationKeyId
impl RefUnwindSafe for VerificationKeyId
impl Send for VerificationKeyId
impl Sync for VerificationKeyId
impl Unpin for VerificationKeyId
impl UnsafeUnpin for VerificationKeyId
impl UnwindSafe for VerificationKeyId
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