pub struct IssuedSdJwt(/* private fields */);Expand description
SD-JWT in parsed form created by the issuer to be handed to the holder.
Implementations§
Source§impl IssuedSdJwt
impl IssuedSdJwt
Sourcepub fn into_string_compact(self) -> String
pub fn into_string_compact(self) -> String
Serialize the issued SD-JWT into the Compact Serialization format.
Auto Trait Implementations§
impl Freeze for IssuedSdJwt
impl RefUnwindSafe for IssuedSdJwt
impl Send for IssuedSdJwt
impl Sync for IssuedSdJwt
impl Unpin for IssuedSdJwt
impl UnsafeUnpin for IssuedSdJwt
impl UnwindSafe for IssuedSdJwt
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