pub struct CredentialProof {
pub signature: Signature,
}Expand description
Issuance proof for a finalized credential payload.
Fields§
§signature: SignaturePBRSA credential signature bytes.
Serializes as unpadded URL-safe base64.
Trait Implementations§
Source§impl Clone for CredentialProof
impl Clone for CredentialProof
Source§fn clone(&self) -> CredentialProof
fn clone(&self) -> CredentialProof
Returns a duplicate 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 CredentialProof
impl Debug for CredentialProof
Source§impl<'de> Deserialize<'de> for CredentialProof
impl<'de> Deserialize<'de> for CredentialProof
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
Source§impl PartialEq for CredentialProof
impl PartialEq for CredentialProof
Source§impl Serialize for CredentialProof
impl Serialize for CredentialProof
impl StructuralPartialEq for CredentialProof
Auto Trait Implementations§
impl Freeze for CredentialProof
impl RefUnwindSafe for CredentialProof
impl Send for CredentialProof
impl Sync for CredentialProof
impl Unpin for CredentialProof
impl UnsafeUnpin for CredentialProof
impl UnwindSafe for CredentialProof
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