pub enum IdentityProofFamily {
Ed25519Signature2020,
DcSdJwt,
JwtVcJson,
}Variants§
Trait Implementations§
Source§impl Clone for IdentityProofFamily
impl Clone for IdentityProofFamily
Source§fn clone(&self) -> IdentityProofFamily
fn clone(&self) -> IdentityProofFamily
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 IdentityProofFamily
impl Debug for IdentityProofFamily
Source§impl<'de> Deserialize<'de> for IdentityProofFamily
impl<'de> Deserialize<'de> for IdentityProofFamily
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 Hash for IdentityProofFamily
impl Hash for IdentityProofFamily
Source§impl PartialEq for IdentityProofFamily
impl PartialEq for IdentityProofFamily
Source§impl Serialize for IdentityProofFamily
impl Serialize for IdentityProofFamily
impl Copy for IdentityProofFamily
impl Eq for IdentityProofFamily
impl StructuralPartialEq for IdentityProofFamily
Auto Trait Implementations§
impl Freeze for IdentityProofFamily
impl RefUnwindSafe for IdentityProofFamily
impl Send for IdentityProofFamily
impl Sync for IdentityProofFamily
impl Unpin for IdentityProofFamily
impl UnsafeUnpin for IdentityProofFamily
impl UnwindSafe for IdentityProofFamily
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