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 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 ProofChain
impl Debug for ProofChain
impl Eq for ProofChain
Source§impl<'a> Load<'a> for ProofChain
impl<'a> Load<'a> for ProofChain
Source§impl PartialEq for ProofChain
impl PartialEq for ProofChain
Source§fn eq(&self, other: &ProofChain) -> bool
fn eq(&self, other: &ProofChain) -> bool
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 CellContext,
) -> Result<(), Error>
fn store_into( &self, builder: &mut CellBuilder, _: &mut dyn CellContext, ) -> Result<(), Error>
Tries to store itself into the cell builder.
impl StructuralPartialEq for ProofChain
Auto Trait Implementations§
impl !RefUnwindSafe for ProofChain
impl !UnwindSafe for ProofChain
impl Freeze for ProofChain
impl Send for ProofChain
impl Sync for ProofChain
impl Unpin for ProofChain
impl UnsafeUnpin 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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compares
self to key and returns true if they are equal.