pub struct DependencyContainer { /* private fields */ }Expand description
Dependency container for managing shared dependencies
Implementations§
Trait Implementations§
Source§impl Default for DependencyContainer
impl Default for DependencyContainer
Source§fn default() -> DependencyContainer
fn default() -> DependencyContainer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DependencyContainer
impl !RefUnwindSafe for DependencyContainer
impl Send for DependencyContainer
impl Sync for DependencyContainer
impl Unpin for DependencyContainer
impl UnsafeUnpin for DependencyContainer
impl !UnwindSafe for DependencyContainer
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