pub struct JwtHeader {
pub alg: JwtAlgorithm,
pub typ: String,
}Expand description
JWT header fields.
Fields§
§alg: JwtAlgorithm§typ: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for JwtHeader
impl RefUnwindSafe for JwtHeader
impl Send for JwtHeader
impl Sync for JwtHeader
impl Unpin for JwtHeader
impl UnsafeUnpin for JwtHeader
impl UnwindSafe for JwtHeader
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