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