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