pub struct ProofLayer {
pub merk_proof: Vec<MerkProofOp>,
pub lower_layers: BTreeMap<Key, ProofLayer>,
}
Fields§
§merk_proof: Vec<MerkProofOp>
§lower_layers: BTreeMap<Key, ProofLayer>
Trait Implementations§
Source§impl Clone for ProofLayer
impl Clone for ProofLayer
Source§fn clone(&self) -> ProofLayer
fn clone(&self) -> ProofLayer
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 ProofLayer
impl Debug for ProofLayer
Source§impl<'de> Deserialize<'de> for ProofLayer
impl<'de> Deserialize<'de> for ProofLayer
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 ProofLayer
impl PartialEq for ProofLayer
Source§impl Serialize for ProofLayer
impl Serialize for ProofLayer
impl Eq for ProofLayer
impl StructuralPartialEq for ProofLayer
Auto Trait Implementations§
impl Freeze for ProofLayer
impl RefUnwindSafe for ProofLayer
impl Send for ProofLayer
impl Sync for ProofLayer
impl Unpin for ProofLayer
impl UnwindSafe for ProofLayer
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