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