Struct zksync_vm2_interface::opcodes::Ret
source · pub struct Ret<T: TypeLevelReturnType>(/* private fields */);
Expand description
Ret
group of opcodes distinguished by the return type (normal, panic, or revert).
Trait Implementations§
source§impl<T: TypeLevelReturnType> OpcodeType for Ret<T>
impl<T: TypeLevelReturnType> OpcodeType for Ret<T>
Auto Trait Implementations§
impl<T> Freeze for Ret<T>
impl<T> RefUnwindSafe for Ret<T>where
T: RefUnwindSafe,
impl<T> Send for Ret<T>where
T: Send,
impl<T> Sync for Ret<T>where
T: Sync,
impl<T> Unpin for Ret<T>where
T: Unpin,
impl<T> UnwindSafe for Ret<T>where
T: UnwindSafe,
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