pub struct IoUringPool { /* private fields */ }
Expand description
An io-uring backed pool of tasks and IO.
Implementations§
Auto Trait Implementations§
impl Freeze for IoUringPool
impl !RefUnwindSafe for IoUringPool
impl Send for IoUringPool
impl Sync for IoUringPool
impl !Unpin for IoUringPool
impl !UnwindSafe for IoUringPool
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