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