pub struct AppContextInner { /* private fields */ }Expand description
the inner storage for beans.
the Arc<...> stores beans with lazy initialization
Auto Trait Implementations§
impl Freeze for AppContextInner
impl !RefUnwindSafe for AppContextInner
impl Send for AppContextInner
impl Sync for AppContextInner
impl Unpin for AppContextInner
impl !UnwindSafe for AppContextInner
Blanket Implementations§
Source§impl<T> BeanTypeOf<T> for T
impl<T> BeanTypeOf<T> for T
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