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