enum CfgEnd {
Jump {
target: MirBlockId,
args: Vec<MirLocalId>,
},
Return,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CfgEnd
impl RefUnwindSafe for CfgEnd
impl Send for CfgEnd
impl Sync for CfgEnd
impl Unpin for CfgEnd
impl UnwindSafe for CfgEnd
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