pub struct BrotliDecompressor { /* private fields */ }Expand description
Transform that decompress brotli-compressed data back to its original content.
Trait Implementations§
Source§impl BinaryTransform for BrotliDecompressor
impl BinaryTransform for BrotliDecompressor
Auto Trait Implementations§
impl Freeze for BrotliDecompressor
impl RefUnwindSafe for BrotliDecompressor
impl Send for BrotliDecompressor
impl Sync for BrotliDecompressor
impl Unpin for BrotliDecompressor
impl UnwindSafe for BrotliDecompressor
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