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