pub struct NOP_OPCODE_VARIANT { /* private fields */ }
Methods from Deref<Target = OpcodeVariant>§
pub fn ergs_price(&self) -> u32
pub fn swap_operands(&self) -> bool
pub fn requires_kernel_mode(&self) -> bool
pub fn can_be_used_in_static_context(&self) -> bool
pub fn is_explicit_panic(&self) -> bool
Trait Implementations§
Source§impl Deref for NOP_OPCODE_VARIANT
impl Deref for NOP_OPCODE_VARIANT
Source§type Target = OpcodeVariant
type Target = OpcodeVariant
The resulting type after dereferencing.
Source§fn deref(&self) -> &OpcodeVariant
fn deref(&self) -> &OpcodeVariant
Dereferences the value.
impl LazyStatic for NOP_OPCODE_VARIANT
Auto Trait Implementations§
impl Freeze for NOP_OPCODE_VARIANT
impl RefUnwindSafe for NOP_OPCODE_VARIANT
impl Send for NOP_OPCODE_VARIANT
impl Sync for NOP_OPCODE_VARIANT
impl Unpin for NOP_OPCODE_VARIANT
impl UnwindSafe for NOP_OPCODE_VARIANT
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