Struct primitives::storage::NodeMerkleTriplet
source · pub struct NodeMerkleTriplet {
pub delta: MptValue<H256>,
pub intermediate: MptValue<H256>,
pub snapshot: Option<H256>,
}
Fields§
§delta: MptValue<H256>
§intermediate: MptValue<H256>
§snapshot: Option<H256>
Trait Implementations§
source§impl Clone for NodeMerkleTriplet
impl Clone for NodeMerkleTriplet
source§fn clone(&self) -> NodeMerkleTriplet
fn clone(&self) -> NodeMerkleTriplet
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 NodeMerkleTriplet
impl Debug for NodeMerkleTriplet
source§impl Decodable for NodeMerkleTriplet
impl Decodable for NodeMerkleTriplet
source§impl Encodable for NodeMerkleTriplet
impl Encodable for NodeMerkleTriplet
Auto Trait Implementations§
impl RefUnwindSafe for NodeMerkleTriplet
impl Send for NodeMerkleTriplet
impl Sync for NodeMerkleTriplet
impl Unpin for NodeMerkleTriplet
impl UnwindSafe for NodeMerkleTriplet
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