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