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