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