pub enum SDJWTSerializationFormat {
JSON,
Compact,
}
Expand description
SDJWTSerializationFormat is used to determine how an SD-JWT is serialized to String
Variants§
Trait Implementations§
source§impl Clone for SDJWTSerializationFormat
impl Clone for SDJWTSerializationFormat
source§fn clone(&self) -> SDJWTSerializationFormat
fn clone(&self) -> SDJWTSerializationFormat
Returns a copy 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 SDJWTSerializationFormat
impl Debug for SDJWTSerializationFormat
source§impl Default for SDJWTSerializationFormat
impl Default for SDJWTSerializationFormat
source§fn default() -> SDJWTSerializationFormat
fn default() -> SDJWTSerializationFormat
Returns the “default value” for a type. Read more
source§impl Display for SDJWTSerializationFormat
impl Display for SDJWTSerializationFormat
source§impl PartialEq for SDJWTSerializationFormat
impl PartialEq for SDJWTSerializationFormat
source§fn eq(&self, other: &SDJWTSerializationFormat) -> bool
fn eq(&self, other: &SDJWTSerializationFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SDJWTSerializationFormat
Auto Trait Implementations§
impl RefUnwindSafe for SDJWTSerializationFormat
impl Send for SDJWTSerializationFormat
impl Sync for SDJWTSerializationFormat
impl Unpin for SDJWTSerializationFormat
impl UnwindSafe for SDJWTSerializationFormat
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