Struct zksync_vm2_interface::opcodes::Panic
source · pub struct Panic;
Expand description
Panic Ret
urn mode.
Trait Implementations§
source§impl TypeLevelReturnType for Panic
impl TypeLevelReturnType for Panic
source§const VALUE: ReturnType = ReturnType::Panic
const VALUE: ReturnType = ReturnType::Panic
Constant corresponding to this return type allowing to easily
match
it.Auto Trait Implementations§
impl Freeze for Panic
impl RefUnwindSafe for Panic
impl Send for Panic
impl Sync for Panic
impl Unpin for Panic
impl UnwindSafe for Panic
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