pub struct CallDataCopy;Expand description
Copy input data in current environment to memory.
Trait Implementations§
Source§impl Clone for CallDataCopy
impl Clone for CallDataCopy
Source§fn clone(&self) -> CallDataCopy
fn clone(&self) -> CallDataCopy
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 CallDataCopy
impl Debug for CallDataCopy
Source§impl Display for CallDataCopy
impl Display for CallDataCopy
Source§impl Hash for CallDataCopy
impl Hash for CallDataCopy
Source§impl Instruction for CallDataCopy
impl Instruction for CallDataCopy
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 CallDataCopy
impl PartialEq for CallDataCopy
impl Copy for CallDataCopy
impl Eq for CallDataCopy
impl StructuralPartialEq for CallDataCopy
Auto Trait Implementations§
impl Freeze for CallDataCopy
impl RefUnwindSafe for CallDataCopy
impl Send for CallDataCopy
impl Sync for CallDataCopy
impl Unpin for CallDataCopy
impl UnwindSafe for CallDataCopy
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