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