pub struct VerifyOutput {
pub claims: Claims,
pub issued_at: u64,
pub ttl: u32,
pub mutation_ctr: u64,
}Expand description
Output of a successful 7-layer verification.
Fields§
§claims: Claims§issued_at: u64§ttl: u32§mutation_ctr: u64Auto Trait Implementations§
impl Freeze for VerifyOutput
impl RefUnwindSafe for VerifyOutput
impl Send for VerifyOutput
impl Sync for VerifyOutput
impl Unpin for VerifyOutput
impl UnsafeUnpin for VerifyOutput
impl UnwindSafe for VerifyOutput
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