Struct zksync_vm2_interface::opcodes::ErgsLeft
source · pub struct ErgsLeft;
Expand description
ErgsLeft
opcode.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErgsLeft
impl RefUnwindSafe for ErgsLeft
impl Send for ErgsLeft
impl Sync for ErgsLeft
impl Unpin for ErgsLeft
impl UnwindSafe for ErgsLeft
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