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