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