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