pub struct CredentialKeyCorrectnessProof { /* private fields */ }Expand description
Proof of Issuer Public Key correctness
Trait Implementations§
Source§impl<'de> Deserialize<'de> for CredentialKeyCorrectnessProof
impl<'de> Deserialize<'de> for CredentialKeyCorrectnessProof
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 StructuralPartialEq for CredentialKeyCorrectnessProof
Auto Trait Implementations§
impl Freeze for CredentialKeyCorrectnessProof
impl RefUnwindSafe for CredentialKeyCorrectnessProof
impl Send for CredentialKeyCorrectnessProof
impl Sync for CredentialKeyCorrectnessProof
impl Unpin for CredentialKeyCorrectnessProof
impl UnsafeUnpin for CredentialKeyCorrectnessProof
impl UnwindSafe for CredentialKeyCorrectnessProof
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