pub struct NoOpCondenser;Expand description
A no-op condenser that returns messages unchanged.
Trait Implementations§
Source§impl Condenser for NoOpCondenser
impl Condenser for NoOpCondenser
Auto Trait Implementations§
impl Freeze for NoOpCondenser
impl RefUnwindSafe for NoOpCondenser
impl Send for NoOpCondenser
impl Sync for NoOpCondenser
impl Unpin for NoOpCondenser
impl UnsafeUnpin for NoOpCondenser
impl UnwindSafe for NoOpCondenser
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