Struct google_oauth::JwtParser
source · pub struct JwtParser<'a, T> {
pub parts: Vec<&'a str>,
pub header: JwtHeader,
pub payload: T,
pub sig: Vec<u8>,
}
Fields§
§parts: Vec<&'a str>
§header: JwtHeader
§payload: T
§sig: Vec<u8>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, T> RefUnwindSafe for JwtParser<'a, T>where T: RefUnwindSafe,
impl<'a, T> Send for JwtParser<'a, T>where T: Send,
impl<'a, T> Sync for JwtParser<'a, T>where T: Sync,
impl<'a, T> Unpin for JwtParser<'a, T>where T: Unpin,
impl<'a, T> UnwindSafe for JwtParser<'a, T>where T: UnwindSafe,
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