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