pub struct ExtCodeHash;Expand description
Get hash of an account’s code.
Trait Implementations§
Source§impl Clone for ExtCodeHash
impl Clone for ExtCodeHash
Source§fn clone(&self) -> ExtCodeHash
fn clone(&self) -> ExtCodeHash
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 ExtCodeHash
impl Debug for ExtCodeHash
Source§impl Display for ExtCodeHash
impl Display for ExtCodeHash
Source§impl Hash for ExtCodeHash
impl Hash for ExtCodeHash
Source§impl Instruction for ExtCodeHash
impl Instruction for ExtCodeHash
Source§fn is_push(&self) -> bool
fn is_push(&self) -> bool
Returns a value signifying whether this instruction is of the type
PUSHx. Read moreSource§fn is_dup(&self) -> bool
fn is_dup(&self) -> bool
Returns a value signifying whether this instruction is of the type
DUPx. Read moreSource§fn is_swap(&self) -> bool
fn is_swap(&self) -> bool
Returns a value signifying whether this instruction is of the type
SWAPx. Read moreSource§impl PartialEq for ExtCodeHash
impl PartialEq for ExtCodeHash
impl Copy for ExtCodeHash
impl Eq for ExtCodeHash
impl StructuralPartialEq for ExtCodeHash
Auto Trait Implementations§
impl Freeze for ExtCodeHash
impl RefUnwindSafe for ExtCodeHash
impl Send for ExtCodeHash
impl Sync for ExtCodeHash
impl Unpin for ExtCodeHash
impl UnwindSafe for ExtCodeHash
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