pub struct NumericCharSet;
Expand description
1, 2, 3, 4, 5, 6, 7, 8, 9, 0, and SPACE
Trait Implementations§
Source§impl CharSet for NumericCharSet
impl CharSet for NumericCharSet
Source§impl Clone for NumericCharSet
impl Clone for NumericCharSet
Source§fn clone(&self) -> NumericCharSet
fn clone(&self) -> NumericCharSet
Returns a copy 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 moreSource§impl Debug for NumericCharSet
impl Debug for NumericCharSet
Source§impl Hash for NumericCharSet
impl Hash for NumericCharSet
Source§impl Ord for NumericCharSet
impl Ord for NumericCharSet
Source§fn cmp(&self, other: &NumericCharSet) -> Ordering
fn cmp(&self, other: &NumericCharSet) -> 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 NumericCharSet
impl PartialEq for NumericCharSet
Source§impl PartialOrd for NumericCharSet
impl PartialOrd for NumericCharSet
impl Eq for NumericCharSet
impl StructuralPartialEq for NumericCharSet
Auto Trait Implementations§
impl Freeze for NumericCharSet
impl RefUnwindSafe for NumericCharSet
impl Send for NumericCharSet
impl Sync for NumericCharSet
impl Unpin for NumericCharSet
impl UnwindSafe for NumericCharSet
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