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