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