pub struct SelectArm {
pub operation: ChannelOp,
pub target: BasicBlockId,
}Expand description
Select arm for select expressions
Fields§
§operation: ChannelOpThe channel operation for this arm
target: BasicBlockIdBlock to jump to when this arm is selected
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SelectArm
impl RefUnwindSafe for SelectArm
impl Send for SelectArm
impl Sync for SelectArm
impl Unpin for SelectArm
impl UnwindSafe for SelectArm
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