pub struct Branch { /* private fields */ }
Expand description
Conditional execution
Implementations§
Trait Implementations§
Source§impl From<Branch> for HirElement
impl From<Branch> for HirElement
Source§fn from(branch: Branch) -> HirElement
fn from(branch: Branch) -> HirElement
Converts to this type from the input type.
Source§impl HirLowering for Branch
impl HirLowering for Branch
fn lower<'hir, 'lir>(&'hir self, runtime: &mut HirLoweringRuntime<'lir>)where
'hir: 'lir,
Auto Trait Implementations§
impl Freeze for Branch
impl !RefUnwindSafe for Branch
impl !Send for Branch
impl !Sync for Branch
impl Unpin for Branch
impl !UnwindSafe for Branch
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