pub struct NoFilter;
Expand description
Text preprocessor which returns the input unchanged.
Trait Implementations§
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