pub struct GzipCompressor;Expand description
Gzip 压缩器
Trait Implementations§
Source§impl Compressor for GzipCompressor
impl Compressor for GzipCompressor
Source§fn algorithm(&self) -> CompressionAlgorithm
fn algorithm(&self) -> CompressionAlgorithm
获取压缩算法类型
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<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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