pub struct Gzip;
Available on crate feature
gzip
only.Expand description
Gzip compression algorithm. See Kafka’s broker configuration for more information.
Trait Implementations§
Source§impl<B: ByteBufMut> Compressor<B> for Gzip
impl<B: ByteBufMut> Compressor<B> for Gzip
Auto Trait Implementations§
impl Freeze for Gzip
impl RefUnwindSafe for Gzip
impl Send for Gzip
impl Sync for Gzip
impl Unpin for Gzip
impl UnwindSafe for Gzip
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