Struct everscale_types::models::block::ProofChain
source · pub struct ProofChain { /* private fields */ }Expand description
Proofs from other workchains.
Trait Implementations§
source§impl Clone for ProofChain
impl Clone for ProofChain
source§fn clone(&self) -> ProofChain
fn clone(&self) -> ProofChain
Returns a copy of the value. Read more
1.0.0 · 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 ProofChain
impl Debug for ProofChain
source§impl<'a> Load<'a> for ProofChain
impl<'a> Load<'a> for ProofChain
source§impl PartialEq<ProofChain> for ProofChain
impl PartialEq<ProofChain> for ProofChain
source§fn eq(&self, other: &ProofChain) -> bool
fn eq(&self, other: &ProofChain) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Store for ProofChain
impl Store for ProofChain
source§fn store_into(
&self,
builder: &mut CellBuilder,
_: &mut dyn Finalizer
) -> Result<(), Error>
fn store_into( &self, builder: &mut CellBuilder, _: &mut dyn Finalizer ) -> Result<(), Error>
Tries to store itself into the cell builder.
impl Eq for ProofChain
impl StructuralEq for ProofChain
impl StructuralPartialEq for ProofChain
Auto Trait Implementations§
impl !RefUnwindSafe for ProofChain
impl Send for ProofChain
impl Sync for ProofChain
impl Unpin for ProofChain
impl !UnwindSafe for ProofChain
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