pub struct UringDriver<C: IoCallback, Q: BlockingRxTrait<Box<IOEvent<C>>>> { /* private fields */ }Implementations§
Source§impl<C: IoCallback, Q: BlockingRxTrait<Box<IOEvent<C>>> + Send + 'static> UringDriver<C, Q>
impl<C: IoCallback, Q: BlockingRxTrait<Box<IOEvent<C>>> + Send + 'static> UringDriver<C, Q>
Auto Trait Implementations§
impl<C, Q> Freeze for UringDriver<C, Q>
impl<C, Q> RefUnwindSafe for UringDriver<C, Q>where
C: RefUnwindSafe,
Q: RefUnwindSafe,
impl<C, Q> Send for UringDriver<C, Q>
impl<C, Q> Sync for UringDriver<C, Q>
impl<C, Q> Unpin for UringDriver<C, Q>where
Q: Unpin,
impl<C, Q> UnwindSafe for UringDriver<C, Q>where
C: UnwindSafe,
Q: UnwindSafe,
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