pub struct JwtEncoderWithKid { /* private fields */ }Expand description
带 kid 的 JWT 编解码器
Implementations§
Auto Trait Implementations§
impl Freeze for JwtEncoderWithKid
impl RefUnwindSafe for JwtEncoderWithKid
impl Send for JwtEncoderWithKid
impl Sync for JwtEncoderWithKid
impl Unpin for JwtEncoderWithKid
impl UnsafeUnpin for JwtEncoderWithKid
impl UnwindSafe for JwtEncoderWithKid
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