pub struct ExtCodeCopy;Expand description
Copy an account’s code to memory.
Trait Implementations§
Source§impl Clone for ExtCodeCopy
impl Clone for ExtCodeCopy
Source§fn clone(&self) -> ExtCodeCopy
fn clone(&self) -> ExtCodeCopy
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 ExtCodeCopy
impl Debug for ExtCodeCopy
Source§impl Display for ExtCodeCopy
impl Display for ExtCodeCopy
Source§impl Hash for ExtCodeCopy
impl Hash for ExtCodeCopy
Source§impl Instruction for ExtCodeCopy
impl Instruction for ExtCodeCopy
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 ExtCodeCopy
impl PartialEq for ExtCodeCopy
impl Copy for ExtCodeCopy
impl Eq for ExtCodeCopy
impl StructuralPartialEq for ExtCodeCopy
Auto Trait Implementations§
impl Freeze for ExtCodeCopy
impl RefUnwindSafe for ExtCodeCopy
impl Send for ExtCodeCopy
impl Sync for ExtCodeCopy
impl Unpin for ExtCodeCopy
impl UnwindSafe for ExtCodeCopy
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