Struct jwt_compact::Token [−][src]
pub struct Token<T> { /* fields omitted */ }Expand description
Token with validated integrity.
Claims encoded in the token can be verified by invoking Claims methods
via Self::claims().
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Token<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Token<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
