pub enum OParExtPassPhase {
Early,
Middle,
Late,
Finalize,
}Expand description
Pass execution phase for OParExt.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for OParExtPassPhase
impl Clone for OParExtPassPhase
Source§fn clone(&self) -> OParExtPassPhase
fn clone(&self) -> OParExtPassPhase
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 OParExtPassPhase
impl Debug for OParExtPassPhase
Source§impl Hash for OParExtPassPhase
impl Hash for OParExtPassPhase
Source§impl PartialEq for OParExtPassPhase
impl PartialEq for OParExtPassPhase
impl Eq for OParExtPassPhase
impl StructuralPartialEq for OParExtPassPhase
Auto Trait Implementations§
impl Freeze for OParExtPassPhase
impl RefUnwindSafe for OParExtPassPhase
impl Send for OParExtPassPhase
impl Sync for OParExtPassPhase
impl Unpin for OParExtPassPhase
impl UnsafeUnpin for OParExtPassPhase
impl UnwindSafe for OParExtPassPhase
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