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