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