pub struct CallCode;Expand description
Message-call into this account with alternative account’s code.
Trait Implementations§
Source§impl Instruction for CallCode
impl Instruction for CallCode
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 moreimpl Copy for CallCode
impl Eq for CallCode
impl StructuralPartialEq for CallCode
Auto Trait Implementations§
impl Freeze for CallCode
impl RefUnwindSafe for CallCode
impl Send for CallCode
impl Sync for CallCode
impl Unpin for CallCode
impl UnwindSafe for CallCode
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