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