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