pub struct VerifiedClaims { /* private fields */ }Expand description
Verified claims from a PASETO token.
After successful verification, iss and aud are stored as owned fields.
Access them via typed accessors instead of raw JSON lookup.
Implementations§
Trait Implementations§
Source§impl Clone for VerifiedClaims
impl Clone for VerifiedClaims
Source§fn clone(&self) -> VerifiedClaims
fn clone(&self) -> VerifiedClaims
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 moreAuto Trait Implementations§
impl Freeze for VerifiedClaims
impl RefUnwindSafe for VerifiedClaims
impl Send for VerifiedClaims
impl Sync for VerifiedClaims
impl Unpin for VerifiedClaims
impl UnsafeUnpin for VerifiedClaims
impl UnwindSafe for VerifiedClaims
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