pub struct CompilerReady { /* private fields */ }
Expand description
Typestate representing compiler that is ready to compile
Trait Implementations§
impl CompilerState for CompilerReady
Auto Trait Implementations§
impl Freeze for CompilerReady
impl RefUnwindSafe for CompilerReady
impl Send for CompilerReady
impl Sync for CompilerReady
impl Unpin for CompilerReady
impl UnwindSafe for CompilerReady
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