pub struct ResultProofArtifact {
pub proof: ResultProof,
pub snapshot: SnapshotInfo,
}Expand description
Newly created proof and the local canonical snapshot witness it references.
Fields§
§proof: ResultProofPortable canonical result proof.
snapshot: SnapshotInfoVerified local snapshot witness metadata and path.
Trait Implementations§
Source§impl Clone for ResultProofArtifact
impl Clone for ResultProofArtifact
Source§fn clone(&self) -> ResultProofArtifact
fn clone(&self) -> ResultProofArtifact
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 ResultProofArtifact
impl Debug for ResultProofArtifact
impl Eq for ResultProofArtifact
Source§impl PartialEq for ResultProofArtifact
impl PartialEq for ResultProofArtifact
impl StructuralPartialEq for ResultProofArtifact
Auto Trait Implementations§
impl Freeze for ResultProofArtifact
impl RefUnwindSafe for ResultProofArtifact
impl Send for ResultProofArtifact
impl Sync for ResultProofArtifact
impl Unpin for ResultProofArtifact
impl UnsafeUnpin for ResultProofArtifact
impl UnwindSafe for ResultProofArtifact
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