Struct sway_ast::expr::op_code::CrooOpcode
source · pub struct CrooOpcode { /* private fields */ }
Trait Implementations§
source§impl Clone for CrooOpcode
impl Clone for CrooOpcode
source§fn clone(&self) -> CrooOpcode
fn clone(&self) -> CrooOpcode
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 CrooOpcode
impl Debug for CrooOpcode
source§impl Inst for CrooOpcode
impl Inst for CrooOpcode
source§impl Serialize for CrooOpcode
impl Serialize for CrooOpcode
Auto Trait Implementations§
impl RefUnwindSafe for CrooOpcode
impl Send for CrooOpcode
impl Sync for CrooOpcode
impl Unpin for CrooOpcode
impl UnwindSafe for CrooOpcode
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