Struct sway_ast::expr::op_code::K256Opcode
source · pub struct K256Opcode { /* private fields */ }
Trait Implementations§
source§impl Clone for K256Opcode
impl Clone for K256Opcode
source§fn clone(&self) -> K256Opcode
fn clone(&self) -> K256Opcode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for K256Opcode
impl Debug for K256Opcode
source§impl Inst for K256Opcode
impl Inst for K256Opcode
source§impl Serialize for K256Opcode
impl Serialize for K256Opcode
Auto Trait Implementations§
impl RefUnwindSafe for K256Opcode
impl Send for K256Opcode
impl Sync for K256Opcode
impl Unpin for K256Opcode
impl UnwindSafe for K256Opcode
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