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