Type Alias diem_types::proof::definition::TransactionAccumulatorProof
source · pub type TransactionAccumulatorProof = AccumulatorProof<TransactionAccumulatorHasher>;
Aliased Type§
struct TransactionAccumulatorProof { /* private fields */ }
Implementations
Trait Implementations
source§impl<H> Serialize for AccumulatorProof<H>
impl<H> Serialize for AccumulatorProof<H>
source§impl<H> Debug for AccumulatorProof<H>
impl<H> Debug for AccumulatorProof<H>
source§impl<'de, H> Deserialize<'de> for AccumulatorProof<H>
impl<'de, H> Deserialize<'de> for AccumulatorProof<H>
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<H> PartialEq for AccumulatorProof<H>
impl<H> PartialEq for AccumulatorProof<H>
source§impl<H: Clone> Clone for AccumulatorProof<H>
impl<H: Clone> Clone for AccumulatorProof<H>
source§fn clone(&self) -> AccumulatorProof<H>
fn clone(&self) -> AccumulatorProof<H>
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 more