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