pub struct ByteAsciiDigit { /* private fields */ }Expand description
Checks whether the given byte is an ASCII digit.
Trait Implementations§
Source§impl Predicate<u8> for ByteAsciiDigit
impl Predicate<u8> for ByteAsciiDigit
Auto Trait Implementations§
impl Freeze for ByteAsciiDigit
impl RefUnwindSafe for ByteAsciiDigit
impl Send for ByteAsciiDigit
impl Sync for ByteAsciiDigit
impl Unpin for ByteAsciiDigit
impl UnsafeUnpin for ByteAsciiDigit
impl UnwindSafe for ByteAsciiDigit
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.