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