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 · 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 for ProofChain
impl PartialEq for ProofChain
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 Eq for ProofChain
impl StructuralPartialEq for ProofChain
Auto Trait Implementations§
impl Freeze for ProofChain
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
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.