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