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