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