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