pub struct RirPrinter<'a, 'b> { /* private fields */ }Expand description
Printer for RIR that resolves symbols to their string values.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'b> Freeze for RirPrinter<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for RirPrinter<'a, 'b>
impl<'a, 'b> Send for RirPrinter<'a, 'b>
impl<'a, 'b> Sync for RirPrinter<'a, 'b>
impl<'a, 'b> Unpin for RirPrinter<'a, 'b>
impl<'a, 'b> !UnwindSafe for RirPrinter<'a, 'b>
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