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