pub struct GzipDecoder { /* private fields */ }Expand description
Gzip decompressor implementation.
Implementations§
Source§impl GzipDecoder
impl GzipDecoder
Trait Implementations§
Source§impl Default for GzipDecoder
impl Default for GzipDecoder
Source§impl StreamTransform for GzipDecoder
impl StreamTransform for GzipDecoder
Auto Trait Implementations§
impl Freeze for GzipDecoder
impl !RefUnwindSafe for GzipDecoder
impl Send for GzipDecoder
impl Sync for GzipDecoder
impl Unpin for GzipDecoder
impl UnsafeUnpin for GzipDecoder
impl !UnwindSafe for GzipDecoder
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