pub struct GzipCompressor { /* private fields */ }Expand description
A compressor that uses the gzip algorithm.
Implementations§
Trait Implementations§
Source§impl Compressor for GzipCompressor
impl Compressor for GzipCompressor
Auto Trait Implementations§
impl Freeze for GzipCompressor
impl RefUnwindSafe for GzipCompressor
impl Send for GzipCompressor
impl Sync for GzipCompressor
impl Unpin for GzipCompressor
impl UnsafeUnpin for GzipCompressor
impl UnwindSafe for GzipCompressor
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