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