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