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