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