pub struct IocContainer { /* private fields */ }Expand description
Lightweight IoC container for dependency injection
Implementations§
Trait Implementations§
Source§impl Clone for IocContainer
impl Clone for IocContainer
Auto Trait Implementations§
impl Freeze for IocContainer
impl RefUnwindSafe for IocContainer
impl Send for IocContainer
impl Sync for IocContainer
impl Unpin for IocContainer
impl UnwindSafe for IocContainer
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