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