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