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