pub enum ScalaExtPassPhase {
Early,
Middle,
Late,
Finalize,
}Expand description
Pass execution phase for ScalaExt.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ScalaExtPassPhase
impl Clone for ScalaExtPassPhase
Source§fn clone(&self) -> ScalaExtPassPhase
fn clone(&self) -> ScalaExtPassPhase
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 ScalaExtPassPhase
impl Debug for ScalaExtPassPhase
Source§impl Hash for ScalaExtPassPhase
impl Hash for ScalaExtPassPhase
Source§impl PartialEq for ScalaExtPassPhase
impl PartialEq for ScalaExtPassPhase
impl Eq for ScalaExtPassPhase
impl StructuralPartialEq for ScalaExtPassPhase
Auto Trait Implementations§
impl Freeze for ScalaExtPassPhase
impl RefUnwindSafe for ScalaExtPassPhase
impl Send for ScalaExtPassPhase
impl Sync for ScalaExtPassPhase
impl Unpin for ScalaExtPassPhase
impl UnsafeUnpin for ScalaExtPassPhase
impl UnwindSafe for ScalaExtPassPhase
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