pub struct ModuleContext {
pub container: Container,
}Expand description
Mutable context passed during module configuration (providers + imports).
Fields§
§container: ContainerImplementations§
Auto Trait Implementations§
impl Freeze for ModuleContext
impl RefUnwindSafe for ModuleContext
impl Send for ModuleContext
impl Sync for ModuleContext
impl Unpin for ModuleContext
impl UnsafeUnpin for ModuleContext
impl UnwindSafe for ModuleContext
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