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