pub struct IRBuilder { /* private fields */ }Expand description
Builder pattern for constructing IR
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IRBuilder
impl RefUnwindSafe for IRBuilder
impl Send for IRBuilder
impl Sync for IRBuilder
impl Unpin for IRBuilder
impl UnwindSafe for IRBuilder
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