pub struct TranspileContext<'a> {
pub registry: &'a mut SymbolRegistry,
pub interner: &'a Interner,
}Fields§
§registry: &'a mut SymbolRegistry§interner: &'a InternerImplementations§
Source§impl<'a> TranspileContext<'a>
impl<'a> TranspileContext<'a>
pub fn new(registry: &'a mut SymbolRegistry, interner: &'a Interner) -> Self
Auto Trait Implementations§
impl<'a> Freeze for TranspileContext<'a>
impl<'a> RefUnwindSafe for TranspileContext<'a>
impl<'a> Send for TranspileContext<'a>
impl<'a> Sync for TranspileContext<'a>
impl<'a> Unpin for TranspileContext<'a>
impl<'a> !UnwindSafe for TranspileContext<'a>
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