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