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