pub struct PsrNumber(/* private fields */);Expand description
PHP-FIG PSR number metadata.
Implementations§
Trait Implementations§
Source§impl Ord for PsrNumber
impl Ord for PsrNumber
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 PartialOrd for PsrNumber
impl PartialOrd for PsrNumber
impl Copy for PsrNumber
impl Eq for PsrNumber
impl StructuralPartialEq for PsrNumber
Auto Trait Implementations§
impl Freeze for PsrNumber
impl RefUnwindSafe for PsrNumber
impl Send for PsrNumber
impl Sync for PsrNumber
impl Unpin for PsrNumber
impl UnsafeUnpin for PsrNumber
impl UnwindSafe for PsrNumber
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