pub struct SStore;Expand description
Save word to storage.
Trait Implementations§
Source§impl Instruction for SStore
impl Instruction for SStore
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 SStore
impl Eq for SStore
impl StructuralPartialEq for SStore
Auto Trait Implementations§
impl Freeze for SStore
impl RefUnwindSafe for SStore
impl Send for SStore
impl Sync for SStore
impl Unpin for SStore
impl UnwindSafe for SStore
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