pub struct JwtDecoderState {
pub decoder: Decoder,
}Fields§
§decoder: DecoderTrait Implementations§
Source§impl Clone for JwtDecoderState
impl Clone for JwtDecoderState
Source§fn clone(&self) -> JwtDecoderState
fn clone(&self) -> JwtDecoderState
Returns a copy 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 moreSource§impl FromRef<JwtDecoderState> for Decoder
impl FromRef<JwtDecoderState> for Decoder
Source§fn from_ref(state: &JwtDecoderState) -> Self
fn from_ref(state: &JwtDecoderState) -> Self
Converts to this type from a reference to the input type.
Auto Trait Implementations§
impl Freeze for JwtDecoderState
impl !RefUnwindSafe for JwtDecoderState
impl Send for JwtDecoderState
impl Sync for JwtDecoderState
impl Unpin for JwtDecoderState
impl !UnwindSafe for JwtDecoderState
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