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