Struct PhpVersionConstraint
pub struct PhpVersionConstraint(/* private fields */);Implementations§
Trait Implementations§
§impl Clone for PhpVersionConstraint
impl Clone for PhpVersionConstraint
§fn clone(&self) -> PhpVersionConstraint
fn clone(&self) -> PhpVersionConstraint
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 PhpVersionConstraint
impl Debug for PhpVersionConstraint
§impl Display for PhpVersionConstraint
impl Display for PhpVersionConstraint
§impl FromStr for PhpVersionConstraint
impl FromStr for PhpVersionConstraint
§impl Hash for PhpVersionConstraint
impl Hash for PhpVersionConstraint
§impl Ord for PhpVersionConstraint
impl Ord for PhpVersionConstraint
§fn cmp(&self, other: &PhpVersionConstraint) -> Ordering
fn cmp(&self, other: &PhpVersionConstraint) -> Ordering
1.21.0 · 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
§impl PartialEq for PhpVersionConstraint
impl PartialEq for PhpVersionConstraint
§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