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