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