pub struct JoinInfo {
pub block: Block,
pub param_types: Vec<SsaVal>,
}Expand description
Placeholder for join point info (used by case/join leaf later).
Fields§
§block: Block§param_types: Vec<SsaVal>Auto Trait Implementations§
impl Freeze for JoinInfo
impl RefUnwindSafe for JoinInfo
impl Send for JoinInfo
impl Sync for JoinInfo
impl Unpin for JoinInfo
impl UnsafeUnpin for JoinInfo
impl UnwindSafe for JoinInfo
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