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