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