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