pub struct Payload {
pub issuer: Option<Value>,
pub subject: Option<Value>,
pub audience: Option<Value>,
pub expiration_time: Option<Value>,
}
Fields§
§issuer: Option<Value>
§subject: Option<Value>
§audience: Option<Value>
§expiration_time: Option<Value>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Payload
impl RefUnwindSafe for Payload
impl Send for Payload
impl Sync for Payload
impl Unpin for Payload
impl UnwindSafe for Payload
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