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