pub struct JwtParts {
pub header: Value,
pub claims: Value,
}Fields§
§header: Value§claims: ValueTrait Implementations§
Auto Trait Implementations§
impl Freeze for JwtParts
impl RefUnwindSafe for JwtParts
impl Send for JwtParts
impl Sync for JwtParts
impl Unpin for JwtParts
impl UnsafeUnpin for JwtParts
impl UnwindSafe for JwtParts
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