pub struct NumericIdentifiers(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for NumericIdentifiers
impl Clone for NumericIdentifiers
Source§fn clone(&self) -> NumericIdentifiers
fn clone(&self) -> NumericIdentifiers
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NumericIdentifiers
impl Debug for NumericIdentifiers
Source§impl Display for NumericIdentifiers
impl Display for NumericIdentifiers
Source§impl Ord for NumericIdentifiers
impl Ord for NumericIdentifiers
Source§fn cmp(&self, other: &NumericIdentifiers) -> Ordering
fn cmp(&self, other: &NumericIdentifiers) -> 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
Source§impl PartialEq for NumericIdentifiers
impl PartialEq for NumericIdentifiers
Source§impl PartialOrd for NumericIdentifiers
impl PartialOrd for NumericIdentifiers
impl Eq for NumericIdentifiers
impl StructuralPartialEq for NumericIdentifiers
Auto Trait Implementations§
impl Freeze for NumericIdentifiers
impl RefUnwindSafe for NumericIdentifiers
impl Send for NumericIdentifiers
impl Sync for NumericIdentifiers
impl Unpin for NumericIdentifiers
impl UnwindSafe for NumericIdentifiers
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