pub enum M2RPassPhase {
Analysis,
Transformation,
Verification,
Cleanup,
}Variants§
Implementations§
Source§impl M2RPassPhase
impl M2RPassPhase
Trait Implementations§
Source§impl Clone for M2RPassPhase
impl Clone for M2RPassPhase
Source§fn clone(&self) -> M2RPassPhase
fn clone(&self) -> M2RPassPhase
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 M2RPassPhase
impl Debug for M2RPassPhase
Source§impl PartialEq for M2RPassPhase
impl PartialEq for M2RPassPhase
impl StructuralPartialEq for M2RPassPhase
Auto Trait Implementations§
impl Freeze for M2RPassPhase
impl RefUnwindSafe for M2RPassPhase
impl Send for M2RPassPhase
impl Sync for M2RPassPhase
impl Unpin for M2RPassPhase
impl UnsafeUnpin for M2RPassPhase
impl UnwindSafe for M2RPassPhase
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