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