pub struct IsAlphabetic;Trait Implementations§
Source§impl Expectation<&char> for IsAlphabetic
impl Expectation<&char> for IsAlphabetic
Source§impl Expectation<char> for IsAlphabetic
impl Expectation<char> for IsAlphabetic
impl Invertible for IsAlphabetic
Auto Trait Implementations§
impl Freeze for IsAlphabetic
impl RefUnwindSafe for IsAlphabetic
impl Send for IsAlphabetic
impl Sync for IsAlphabetic
impl Unpin for IsAlphabetic
impl UnwindSafe for IsAlphabetic
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