pub struct PreparedRecoveryEvidence { /* private fields */ }Expand description
Machine-authorized recovery evidence sealed to one exact recovered document, receipt, lifecycle target, complete predecessor nonterminal input-set/absence token, and canonically ordered input-update set.
Fields are private and construction is crate-only. Store implementations may inspect the paired values but cannot mint a recovery classification or replace any one proof independently.
Trait Implementations§
Source§impl Clone for PreparedRecoveryEvidence
impl Clone for PreparedRecoveryEvidence
Source§fn clone(&self) -> PreparedRecoveryEvidence
fn clone(&self) -> PreparedRecoveryEvidence
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 PreparedRecoveryEvidence
impl Debug for PreparedRecoveryEvidence
impl Eq for PreparedRecoveryEvidence
Source§impl PartialEq for PreparedRecoveryEvidence
impl PartialEq for PreparedRecoveryEvidence
impl StructuralPartialEq for PreparedRecoveryEvidence
Auto Trait Implementations§
impl Freeze for PreparedRecoveryEvidence
impl RefUnwindSafe for PreparedRecoveryEvidence
impl Send for PreparedRecoveryEvidence
impl Sync for PreparedRecoveryEvidence
impl Unpin for PreparedRecoveryEvidence
impl UnsafeUnpin for PreparedRecoveryEvidence
impl UnwindSafe for PreparedRecoveryEvidence
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CoreExecutorTurnFinalizationGuard for Twhere
T: Send,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.