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