Fields
instances: HashMap<TypeId, Rc<dyn Any + 'static>>config: CImplementations
Auto Trait Implementations
impl<C> !RefUnwindSafe for Context<C>
impl<C> !Send for Context<C>
impl<C> !Sync for Context<C>
impl<C> Unpin for Context<C> where
C: Unpin,
impl<C> !UnwindSafe for Context<C>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more