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