pub struct NoopBrotliDecoder;Expand description
An implementation that just passes through the input data.
Useful in fuzzers and unit testing.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoopBrotliDecoder
impl RefUnwindSafe for NoopBrotliDecoder
impl Send for NoopBrotliDecoder
impl Sync for NoopBrotliDecoder
impl Unpin for NoopBrotliDecoder
impl UnsafeUnpin for NoopBrotliDecoder
impl UnwindSafe for NoopBrotliDecoder
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