pub struct DecodedToken {
pub jwt: Option<Token>,
}Fields§
§jwt: Option<Token>Trait Implementations§
Source§impl Clone for DecodedToken
impl Clone for DecodedToken
Source§fn clone(&self) -> DecodedToken
fn clone(&self) -> DecodedToken
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for DecodedToken
impl RefUnwindSafe for DecodedToken
impl Send for DecodedToken
impl Sync for DecodedToken
impl Unpin for DecodedToken
impl UnwindSafe for DecodedToken
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