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