pub struct KeyPackageValidationOutput {
pub expiration_timestamp: u64,
}Available on crate feature
external_client only.Fields§
§expiration_timestamp: u64Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for KeyPackageValidationOutput
impl Send for KeyPackageValidationOutput
impl Sync for KeyPackageValidationOutput
impl Unpin for KeyPackageValidationOutput
impl UnwindSafe for KeyPackageValidationOutput
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