pub struct AioSlot<C: IoCallback> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<C> Freeze for AioSlot<C>
impl<C> RefUnwindSafe for AioSlot<C>where
C: RefUnwindSafe,
impl<C> Send for AioSlot<C>
impl<C> Sync for AioSlot<C>where
C: Sync,
impl<C> Unpin for AioSlot<C>
impl<C> UnwindSafe for AioSlot<C>where
C: 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