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