pub struct NoFilter;
Expand description
Text preprocessor which returns the input unchanged.
Trait Implementations§
Source§impl TextFilter for NoFilter
impl TextFilter for NoFilter
Source§fn preprocess(&self, s: String) -> String
fn preprocess(&self, s: String) -> String
Process the incoming string and return the result of the processing.
Auto Trait Implementations§
impl Freeze for NoFilter
impl RefUnwindSafe for NoFilter
impl Send for NoFilter
impl Sync for NoFilter
impl Unpin for NoFilter
impl UnwindSafe for NoFilter
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