pub enum ElxPassPhase {
Analysis,
Transformation,
Verification,
Cleanup,
}Variants§
Implementations§
Source§impl ElxPassPhase
impl ElxPassPhase
Trait Implementations§
Source§impl Clone for ElxPassPhase
impl Clone for ElxPassPhase
Source§fn clone(&self) -> ElxPassPhase
fn clone(&self) -> ElxPassPhase
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 ElxPassPhase
impl Debug for ElxPassPhase
Source§impl PartialEq for ElxPassPhase
impl PartialEq for ElxPassPhase
impl StructuralPartialEq for ElxPassPhase
Auto Trait Implementations§
impl Freeze for ElxPassPhase
impl RefUnwindSafe for ElxPassPhase
impl Send for ElxPassPhase
impl Sync for ElxPassPhase
impl Unpin for ElxPassPhase
impl UnsafeUnpin for ElxPassPhase
impl UnwindSafe for ElxPassPhase
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