pub struct RegexReplacerPreprocessor {}
Trait Implementations§
Source§impl Preprocessor for RegexReplacerPreprocessor
impl Preprocessor for RegexReplacerPreprocessor
Auto Trait Implementations§
impl Freeze for RegexReplacerPreprocessor
impl RefUnwindSafe for RegexReplacerPreprocessor
impl Send for RegexReplacerPreprocessor
impl Sync for RegexReplacerPreprocessor
impl Unpin for RegexReplacerPreprocessor
impl UnwindSafe for RegexReplacerPreprocessor
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