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