pub struct GzipDecompressor;Trait Implementations§
Source§impl Debug for GzipDecompressor
impl Debug for GzipDecompressor
Source§impl Decompressor for GzipDecompressor
impl Decompressor 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