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