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