pub enum CompilerPass {
Preprocessor,
Compilation,
Assembly,
Linking,
}Variants§
Auto Trait Implementations§
impl Freeze for CompilerPass
impl RefUnwindSafe for CompilerPass
impl Send for CompilerPass
impl Sync for CompilerPass
impl Unpin for CompilerPass
impl UnwindSafe for CompilerPass
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