pub struct ReadPool { /* private fields */ }Expand description
A read buffer that minimizes copies during async reads.
This is designed to work with Tokio’s ReadBuf pattern while
allowing for efficient buffer reuse.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReadPool
impl RefUnwindSafe for ReadPool
impl Send for ReadPool
impl Sync for ReadPool
impl Unpin for ReadPool
impl UnwindSafe for ReadPool
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