pub struct Create2;Expand description
Create a new account with associated code at a predictable address.
Trait Implementations§
Source§impl Instruction for Create2
impl Instruction for Create2
Source§fn is_push(&self) -> bool
fn is_push(&self) -> bool
Returns a value signifying whether this instruction is of the type
PUSHx. Read moreSource§fn is_dup(&self) -> bool
fn is_dup(&self) -> bool
Returns a value signifying whether this instruction is of the type
DUPx. Read moreSource§fn is_swap(&self) -> bool
fn is_swap(&self) -> bool
Returns a value signifying whether this instruction is of the type
SWAPx. Read moreimpl Copy for Create2
impl Eq for Create2
impl StructuralPartialEq for Create2
Auto Trait Implementations§
impl Freeze for Create2
impl RefUnwindSafe for Create2
impl Send for Create2
impl Sync for Create2
impl Unpin for Create2
impl UnwindSafe for Create2
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