pub enum W3CVCVersion {
V1_1,
V2_0,
}Expand description
What W3C VC Format is the credential using?
Variants§
Trait Implementations§
Source§impl Clone for W3CVCVersion
impl Clone for W3CVCVersion
Source§fn clone(&self) -> W3CVCVersion
fn clone(&self) -> W3CVCVersion
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for W3CVCVersion
Source§impl Debug for W3CVCVersion
impl Debug for W3CVCVersion
Auto Trait Implementations§
impl Freeze for W3CVCVersion
impl RefUnwindSafe for W3CVCVersion
impl Send for W3CVCVersion
impl Sync for W3CVCVersion
impl Unpin for W3CVCVersion
impl UnsafeUnpin for W3CVCVersion
impl UnwindSafe for W3CVCVersion
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