pub struct IRGenerator<'s> { /* private fields */ }Implementations§
Source§impl<'g> IRGenerator<'g>
impl<'g> IRGenerator<'g>
Trait Implementations§
Source§impl<'s> Default for IRGenerator<'s>
impl<'s> Default for IRGenerator<'s>
Source§fn default() -> IRGenerator<'s>
fn default() -> IRGenerator<'s>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'s> Freeze for IRGenerator<'s>
impl<'s> RefUnwindSafe for IRGenerator<'s>
impl<'s> Send for IRGenerator<'s>
impl<'s> Sync for IRGenerator<'s>
impl<'s> Unpin for IRGenerator<'s>
impl<'s> UnwindSafe for IRGenerator<'s>
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