pub enum RLangPassPhase {
Analysis,
Transformation,
Verification,
Cleanup,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for RLangPassPhase
impl Clone for RLangPassPhase
Source§fn clone(&self) -> RLangPassPhase
fn clone(&self) -> RLangPassPhase
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RLangPassPhase
impl Debug for RLangPassPhase
Source§impl PartialEq for RLangPassPhase
impl PartialEq for RLangPassPhase
impl StructuralPartialEq for RLangPassPhase
Auto Trait Implementations§
impl Freeze for RLangPassPhase
impl RefUnwindSafe for RLangPassPhase
impl Send for RLangPassPhase
impl Sync for RLangPassPhase
impl Unpin for RLangPassPhase
impl UnsafeUnpin for RLangPassPhase
impl UnwindSafe for RLangPassPhase
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