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