pub struct BootstrapCompiler { /* private fields */ }Expand description
Bootstrap compiler interface
Implementations§
Auto Trait Implementations§
impl Freeze for BootstrapCompiler
impl RefUnwindSafe for BootstrapCompiler
impl Send for BootstrapCompiler
impl Sync for BootstrapCompiler
impl Unpin for BootstrapCompiler
impl UnsafeUnpin for BootstrapCompiler
impl UnwindSafe for BootstrapCompiler
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