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