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