pub enum CallCreateOpcode {
Call,
CallCode,
DelegateCall,
StaticCall,
Create,
Create2,
}
Variants§
Auto Trait Implementations§
impl Freeze for CallCreateOpcode
impl RefUnwindSafe for CallCreateOpcode
impl Send for CallCreateOpcode
impl Sync for CallCreateOpcode
impl Unpin for CallCreateOpcode
impl UnwindSafe for CallCreateOpcode
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