pub struct CallValue;Expand description
Get deposited value by the instruction/transaction responsible for this execution.
Trait Implementations§
Source§impl Instruction for CallValue
impl Instruction for CallValue
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 CallValue
impl Eq for CallValue
impl StructuralPartialEq for CallValue
Auto Trait Implementations§
impl Freeze for CallValue
impl RefUnwindSafe for CallValue
impl Send for CallValue
impl Sync for CallValue
impl Unpin for CallValue
impl UnwindSafe for CallValue
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