pub struct JwtResult {
pub tokens: Vec<JwtOccurrence>,
}Fields§
§tokens: Vec<JwtOccurrence>Trait Implementations§
Auto Trait Implementations§
impl Freeze for JwtResult
impl RefUnwindSafe for JwtResult
impl Send for JwtResult
impl Sync for JwtResult
impl Unpin for JwtResult
impl UnsafeUnpin for JwtResult
impl UnwindSafe for JwtResult
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