pub enum PhpSupportPhase {
Active,
Security,
EndOfLife,
Unknown,
}Expand description
Static support phase labels for PHP version metadata.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PhpSupportPhase
impl Clone for PhpSupportPhase
Source§fn clone(&self) -> PhpSupportPhase
fn clone(&self) -> PhpSupportPhase
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PhpSupportPhase
impl Debug for PhpSupportPhase
Source§impl Display for PhpSupportPhase
impl Display for PhpSupportPhase
Source§impl FromStr for PhpSupportPhase
impl FromStr for PhpSupportPhase
Source§impl Hash for PhpSupportPhase
impl Hash for PhpSupportPhase
Source§impl Ord for PhpSupportPhase
impl Ord for PhpSupportPhase
Source§fn cmp(&self, other: &PhpSupportPhase) -> Ordering
fn cmp(&self, other: &PhpSupportPhase) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PhpSupportPhase
impl PartialEq for PhpSupportPhase
Source§fn eq(&self, other: &PhpSupportPhase) -> bool
fn eq(&self, other: &PhpSupportPhase) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§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