pub enum ProgramLowerPhase {
Frontend,
Metadata,
Module,
Link,
}Variants§
Trait Implementations§
Source§impl Clone for ProgramLowerPhase
impl Clone for ProgramLowerPhase
Source§fn clone(&self) -> ProgramLowerPhase
fn clone(&self) -> ProgramLowerPhase
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ProgramLowerPhase
Source§impl Debug for ProgramLowerPhase
impl Debug for ProgramLowerPhase
impl Eq for ProgramLowerPhase
Source§impl PartialEq for ProgramLowerPhase
impl PartialEq for ProgramLowerPhase
impl StructuralPartialEq for ProgramLowerPhase
Auto Trait Implementations§
impl Freeze for ProgramLowerPhase
impl RefUnwindSafe for ProgramLowerPhase
impl Send for ProgramLowerPhase
impl Sync for ProgramLowerPhase
impl Unpin for ProgramLowerPhase
impl UnsafeUnpin for ProgramLowerPhase
impl UnwindSafe for ProgramLowerPhase
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