pub struct IrPrinter { /* private fields */ }Expand description
IR pretty printer.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IrPrinter
impl RefUnwindSafe for IrPrinter
impl Send for IrPrinter
impl Sync for IrPrinter
impl Unpin for IrPrinter
impl UnwindSafe for IrPrinter
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