pub struct ProofElement { /* private fields */ }
Expand description
Stateless proof element
Implementations§
Source§impl ProofElement
impl ProofElement
Trait Implementations§
Source§impl Clone for ProofElement
impl Clone for ProofElement
Source§fn clone(&self) -> ProofElement
fn clone(&self) -> ProofElement
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 ProofElement
impl Debug for ProofElement
Source§impl<'de> Deserialize<'de> for ProofElement
impl<'de> Deserialize<'de> for ProofElement
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ProofElement
impl PartialEq for ProofElement
Source§impl Serialize for ProofElement
impl Serialize for ProofElement
impl Eq for ProofElement
impl StructuralPartialEq for ProofElement
Auto Trait Implementations§
impl Freeze for ProofElement
impl RefUnwindSafe for ProofElement
impl Send for ProofElement
impl Sync for ProofElement
impl Unpin for ProofElement
impl UnwindSafe for ProofElement
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