pub struct SharedCompressorPool { /* private fields */ }Expand description
A pool of shared compressors for the Shared compression mode
This pool allows multiple connections to share compressor instances, reducing memory usage when you have many connections.
Implementations§
Auto Trait Implementations§
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