pub struct Compiler<'g> {
pub states: Vec<CompileState>,
pub locals_cache: Vec<Local>,
/* private fields */
}
Fields§
§states: Vec<CompileState>
§locals_cache: Vec<Local>
Implementations§
Auto Trait Implementations§
impl<'g> Freeze for Compiler<'g>
impl<'g> !RefUnwindSafe for Compiler<'g>
impl<'g> !Send for Compiler<'g>
impl<'g> !Sync for Compiler<'g>
impl<'g> Unpin for Compiler<'g>
impl<'g> !UnwindSafe for Compiler<'g>
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