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