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