pub struct NullRefiner;Expand description
No-op refiner (default): returns chunks unchanged, trim is unsupported.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NullRefiner
impl RefUnwindSafe for NullRefiner
impl Send for NullRefiner
impl Sync for NullRefiner
impl Unpin for NullRefiner
impl UnsafeUnpin for NullRefiner
impl UnwindSafe for NullRefiner
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