Enum PhpSupportPhase
pub enum PhpSupportPhase {
Active,
Security,
EndOfLife,
Unknown,
}Expand description
Static support phase labels for PHP version metadata.
Variants§
Implementations§
§impl PhpSupportPhase
impl PhpSupportPhase
Trait Implementations§
§impl Clone for PhpSupportPhase
impl Clone for PhpSupportPhase
§fn clone(&self) -> PhpSupportPhase
fn clone(&self) -> PhpSupportPhase
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 more§impl Debug for PhpSupportPhase
impl Debug for PhpSupportPhase
§impl Display for PhpSupportPhase
impl Display for PhpSupportPhase
§impl FromStr for PhpSupportPhase
impl FromStr for PhpSupportPhase
§impl Hash for PhpSupportPhase
impl Hash for PhpSupportPhase
§impl Ord for PhpSupportPhase
impl Ord for PhpSupportPhase
§impl PartialEq for PhpSupportPhase
impl PartialEq for PhpSupportPhase
§impl PartialOrd for PhpSupportPhase
impl PartialOrd for PhpSupportPhase
impl Copy for PhpSupportPhase
impl Eq for PhpSupportPhase
impl StructuralPartialEq for PhpSupportPhase
Auto Trait Implementations§
impl Freeze for PhpSupportPhase
impl RefUnwindSafe for PhpSupportPhase
impl Send for PhpSupportPhase
impl Sync for PhpSupportPhase
impl Unpin for PhpSupportPhase
impl UnsafeUnpin for PhpSupportPhase
impl UnwindSafe for PhpSupportPhase
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