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