pub struct NoopProcessor;Expand description
Returns output unchanged.
Trait Implementations§
Source§impl OutputProcessor for NoopProcessor
impl OutputProcessor for NoopProcessor
Auto Trait Implementations§
impl Freeze for NoopProcessor
impl RefUnwindSafe for NoopProcessor
impl Send for NoopProcessor
impl Sync for NoopProcessor
impl Unpin for NoopProcessor
impl UnsafeUnpin for NoopProcessor
impl UnwindSafe for NoopProcessor
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