pub struct CredentialValues { /* private fields */ }Expand description
Values of attributes from Claim Schema (must be integers).
Implementations§
Source§impl CredentialValues
impl CredentialValues
pub fn clone(&self) -> Result<CredentialValues, IndyCryptoError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CredentialValues
impl RefUnwindSafe for CredentialValues
impl Send for CredentialValues
impl Sync for CredentialValues
impl Unpin for CredentialValues
impl UnsafeUnpin for CredentialValues
impl UnwindSafe for CredentialValues
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