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