pub struct DigitCharPredicate;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DigitCharPredicate
impl RefUnwindSafe for DigitCharPredicate
impl Send for DigitCharPredicate
impl Sync for DigitCharPredicate
impl Unpin for DigitCharPredicate
impl UnwindSafe for DigitCharPredicate
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