pub struct CredentialPrimaryPrivateKey { /* private fields */ }Expand description
Issuer’s “Private Key” used for signing Credential’s attributes’ values (primary credential)
Trait Implementations§
Source§impl Debug for CredentialPrimaryPrivateKey
impl Debug for CredentialPrimaryPrivateKey
Source§impl<'de> Deserialize<'de> for CredentialPrimaryPrivateKey
impl<'de> Deserialize<'de> for CredentialPrimaryPrivateKey
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 CredentialPrimaryPrivateKey
Auto Trait Implementations§
impl Freeze for CredentialPrimaryPrivateKey
impl RefUnwindSafe for CredentialPrimaryPrivateKey
impl Send for CredentialPrimaryPrivateKey
impl Sync for CredentialPrimaryPrivateKey
impl Unpin for CredentialPrimaryPrivateKey
impl UnsafeUnpin for CredentialPrimaryPrivateKey
impl UnwindSafe for CredentialPrimaryPrivateKey
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