pub struct RxOperator { /* private fields */ }Expand description
Regex operator (@rx) with lazy compilation.
The regex is compiled on first use rather than at parse time, making rule loading significantly faster.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for RxOperator
impl RefUnwindSafe for RxOperator
impl Send for RxOperator
impl Sync for RxOperator
impl Unpin for RxOperator
impl UnwindSafe for RxOperator
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