pub struct IrBuilder<'sym> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<'sym> Freeze for IrBuilder<'sym>
impl<'sym> RefUnwindSafe for IrBuilder<'sym>
impl<'sym> Send for IrBuilder<'sym>
impl<'sym> Sync for IrBuilder<'sym>
impl<'sym> Unpin for IrBuilder<'sym>
impl<'sym> UnwindSafe for IrBuilder<'sym>
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