pub struct FancyRegex;Expand description
Marker for using the fancy-regex engine that includes advanced features like lookarounds.
Auto Trait Implementations§
impl Freeze for FancyRegex
impl RefUnwindSafe for FancyRegex
impl Send for FancyRegex
impl Sync for FancyRegex
impl Unpin for FancyRegex
impl UnwindSafe for FancyRegex
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