pub struct Lowering {
pub root: IrId,
pub origins: NodeMap<Vec<IrId>>,
}Fields§
§root: IrId§origins: NodeMap<Vec<IrId>>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Lowering
impl RefUnwindSafe for Lowering
impl Send for Lowering
impl Sync for Lowering
impl Unpin for Lowering
impl UnsafeUnpin for Lowering
impl UnwindSafe for Lowering
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