Struct sway_ir::instruction::BranchToWithArgs
source · Fields
block: Block
args: Vec<Value>
Trait Implementations
sourceimpl Clone for BranchToWithArgs
impl Clone for BranchToWithArgs
sourcefn clone(&self) -> BranchToWithArgs
fn clone(&self) -> BranchToWithArgs
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for BranchToWithArgs
impl Debug for BranchToWithArgs
sourceimpl DebugWithContext for BranchToWithArgs
impl DebugWithContext for BranchToWithArgs
fn fmt_with_context<'a, 'c>(
&'a self,
formatter: &mut Formatter<'_>,
context: &'c Context
) -> Result
fn with_context<'a, 'c>(
&'a self,
context: &'c Context
) -> WithContext<'a, 'c, Self>
Auto Trait Implementations
impl RefUnwindSafe for BranchToWithArgs
impl Send for BranchToWithArgs
impl Sync for BranchToWithArgs
impl Unpin for BranchToWithArgs
impl UnwindSafe for BranchToWithArgs
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more