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