pub struct SuppliedTime {
pub value: Value,
pub expected_digest: Digest,
pub provider_run_id: String,
pub provider_run_attempt: u64,
}Expand description
The supplied trusted-time statement with the provider-authenticated run context the statement must identify. Its trust source is fixed.
Fields§
§value: Value§expected_digest: Digest§provider_run_id: String§provider_run_attempt: u64Trait Implementations§
Source§impl Clone for SuppliedTime
impl Clone for SuppliedTime
Source§fn clone(&self) -> SuppliedTime
fn clone(&self) -> SuppliedTime
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SuppliedTime
impl Debug for SuppliedTime
impl Eq for SuppliedTime
Source§impl PartialEq for SuppliedTime
impl PartialEq for SuppliedTime
impl StructuralPartialEq for SuppliedTime
Auto Trait Implementations§
impl Freeze for SuppliedTime
impl RefUnwindSafe for SuppliedTime
impl Send for SuppliedTime
impl Sync for SuppliedTime
impl Unpin for SuppliedTime
impl UnsafeUnpin for SuppliedTime
impl UnwindSafe for SuppliedTime
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