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