pub struct IoUringDriver { /* private fields */ }
Expand description
Driver with uring.
Trait Implementations§
Source§impl AsRawFd for IoUringDriver
impl AsRawFd for IoUringDriver
Source§impl Buildable for IoUringDriver
impl Buildable for IoUringDriver
Source§fn build(this: RuntimeBuilder<Self>) -> Result<Runtime<IoUringDriver>>
fn build(this: RuntimeBuilder<Self>) -> Result<Runtime<IoUringDriver>>
Build the runtime.
Auto Trait Implementations§
impl Freeze for IoUringDriver
impl !RefUnwindSafe for IoUringDriver
impl !Send for IoUringDriver
impl !Sync for IoUringDriver
impl Unpin for IoUringDriver
impl !UnwindSafe for IoUringDriver
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