Struct everscale_types::models::transaction::HashUpdate
source · pub struct HashUpdate {
pub old: HashBytes,
pub new: HashBytes,
}Expand description
Account state hash update.
Fields§
§old: HashBytesOld account state hash.
new: HashBytesNew account state hash.
Trait Implementations§
source§impl Clone for HashUpdate
impl Clone for HashUpdate
source§fn clone(&self) -> HashUpdate
fn clone(&self) -> HashUpdate
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 HashUpdate
impl Debug for HashUpdate
source§impl<'tlb> Load<'tlb> for HashUpdate
impl<'tlb> Load<'tlb> for HashUpdate
source§impl PartialEq<HashUpdate> for HashUpdate
impl PartialEq<HashUpdate> for HashUpdate
source§fn eq(&self, other: &HashUpdate) -> bool
fn eq(&self, other: &HashUpdate) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Store for HashUpdate
impl Store for HashUpdate
source§fn store_into(
&self,
__builder: &mut CellBuilder,
__finalizer: &mut dyn Finalizer
) -> Result<(), Error>
fn store_into( &self, __builder: &mut CellBuilder, __finalizer: &mut dyn Finalizer ) -> Result<(), Error>
Tries to store itself into the cell builder.
impl Copy for HashUpdate
impl Eq for HashUpdate
impl StructuralEq for HashUpdate
impl StructuralPartialEq for HashUpdate
Auto Trait Implementations§
impl RefUnwindSafe for HashUpdate
impl Send for HashUpdate
impl Sync for HashUpdate
impl Unpin for HashUpdate
impl UnwindSafe for HashUpdate
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