pub struct L1InfoTreeLeaf {
pub l1_info_tree_index: u32,
pub rer: Digest,
pub mer: Digest,
pub inner: L1InfoTreeLeafInner,
}
Fields§
§l1_info_tree_index: u32
§rer: Digest
§mer: Digest
§inner: L1InfoTreeLeafInner
Implementations§
Trait Implementations§
Source§impl Clone for L1InfoTreeLeaf
impl Clone for L1InfoTreeLeaf
Source§fn clone(&self) -> L1InfoTreeLeaf
fn clone(&self) -> L1InfoTreeLeaf
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 L1InfoTreeLeaf
impl Debug for L1InfoTreeLeaf
Source§impl<'de> Deserialize<'de> for L1InfoTreeLeaf
impl<'de> Deserialize<'de> for L1InfoTreeLeaf
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 L1InfoTreeLeaf
impl PartialEq for L1InfoTreeLeaf
Source§impl Serialize for L1InfoTreeLeaf
impl Serialize for L1InfoTreeLeaf
impl Eq for L1InfoTreeLeaf
impl StructuralPartialEq for L1InfoTreeLeaf
Auto Trait Implementations§
impl Freeze for L1InfoTreeLeaf
impl RefUnwindSafe for L1InfoTreeLeaf
impl Send for L1InfoTreeLeaf
impl Sync for L1InfoTreeLeaf
impl Unpin for L1InfoTreeLeaf
impl UnwindSafe for L1InfoTreeLeaf
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