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