pub struct VerifyingKid {
pub kid: String,
pub expires_at_ms: i64,
}Fields§
§kid: String§expires_at_ms: i64Trait Implementations§
Source§impl Clone for VerifyingKid
impl Clone for VerifyingKid
Source§fn clone(&self) -> VerifyingKid
fn clone(&self) -> VerifyingKid
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 moreSource§impl Debug for VerifyingKid
impl Debug for VerifyingKid
Source§impl PartialEq for VerifyingKid
impl PartialEq for VerifyingKid
impl Eq for VerifyingKid
impl StructuralPartialEq for VerifyingKid
Auto Trait Implementations§
impl Freeze for VerifyingKid
impl RefUnwindSafe for VerifyingKid
impl Send for VerifyingKid
impl Sync for VerifyingKid
impl Unpin for VerifyingKid
impl UnsafeUnpin for VerifyingKid
impl UnwindSafe for VerifyingKid
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