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