pub struct Context<M: Manager, I: Io> { /* private fields */ }
Auto Trait Implementations§
impl<M, I> RefUnwindSafe for Context<M, I>where
I: RefUnwindSafe,
M: RefUnwindSafe,
impl<M, I> Send for Context<M, I>
impl<M, I> Sync for Context<M, I>
impl<M, I> Unpin for Context<M, I>
impl<M, I> UnwindSafe for Context<M, I>where
I: UnwindSafe,
M: 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