pub struct GzipDecompressor {}Expand description
Transform that takes gzip-compressed data and inflates it back to its original content.
Trait Implementations§
Source§impl BinaryTransform for GzipDecompressor
impl BinaryTransform for GzipDecompressor
Source§impl Default for GzipDecompressor
impl Default for GzipDecompressor
Source§fn default() -> GzipDecompressor
fn default() -> GzipDecompressor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GzipDecompressor
impl RefUnwindSafe for GzipDecompressor
impl Send for GzipDecompressor
impl Sync for GzipDecompressor
impl Unpin for GzipDecompressor
impl UnsafeUnpin for GzipDecompressor
impl UnwindSafe for GzipDecompressor
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