pub struct CharNumeric { /* private fields */ }Expand description
Checks whether the given character is numeric.
Trait Implementations§
Source§impl Predicate<char> for CharNumeric
impl Predicate<char> for CharNumeric
Auto Trait Implementations§
impl Freeze for CharNumeric
impl RefUnwindSafe for CharNumeric
impl Send for CharNumeric
impl Sync for CharNumeric
impl Unpin for CharNumeric
impl UnsafeUnpin for CharNumeric
impl UnwindSafe for CharNumeric
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
Source§impl<T, P> PredicateExpected<T> for P
impl<T, P> PredicateExpected<T> for P
Source§fn expected() -> Expected<T, Self>
fn expected() -> Expected<T, Self>
Returns the
Expected<T, Self> value used for formatting.