pub struct TestApp<R>{ /* private fields */ }
Implementations§
Source§impl<R> TestApp<R>
impl<R> TestApp<R>
pub fn new( view_manager: MistyViewModelManager<R>, service_manager: MistyServiceManager, state_manager: MistyStateManager, app_container: TestAppContainer<R>, ) -> Self
pub fn app(&self) -> TestAppContainer<R>
pub fn state(&self) -> R
Auto Trait Implementations§
impl<R> Freeze for TestApp<R>
impl<R> !RefUnwindSafe for TestApp<R>
impl<R> Send for TestApp<R>
impl<R> Sync for TestApp<R>
impl<R> Unpin for TestApp<R>
impl<R> !UnwindSafe for TestApp<R>
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