pub struct PhpPatchVersion(/* private fields */);Expand description
PHP patch version component.
Implementations§
Trait Implementations§
Source§impl Clone for PhpPatchVersion
impl Clone for PhpPatchVersion
Source§fn clone(&self) -> PhpPatchVersion
fn clone(&self) -> PhpPatchVersion
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 PhpPatchVersion
impl Debug for PhpPatchVersion
Source§impl Hash for PhpPatchVersion
impl Hash for PhpPatchVersion
Source§impl Ord for PhpPatchVersion
impl Ord for PhpPatchVersion
Source§fn cmp(&self, other: &PhpPatchVersion) -> Ordering
fn cmp(&self, other: &PhpPatchVersion) -> 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 PhpPatchVersion
impl PartialEq for PhpPatchVersion
Source§fn eq(&self, other: &PhpPatchVersion) -> bool
fn eq(&self, other: &PhpPatchVersion) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PhpPatchVersion
impl PartialOrd for PhpPatchVersion
impl Copy for PhpPatchVersion
impl Eq for PhpPatchVersion
impl StructuralPartialEq for PhpPatchVersion
Auto Trait Implementations§
impl Freeze for PhpPatchVersion
impl RefUnwindSafe for PhpPatchVersion
impl Send for PhpPatchVersion
impl Sync for PhpPatchVersion
impl Unpin for PhpPatchVersion
impl UnsafeUnpin for PhpPatchVersion
impl UnwindSafe for PhpPatchVersion
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