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