pub struct AppContainer<S: 'static> {
pub app: App<S>,
pub state: S,
}Fields§
§app: App<S>§state: STrait Implementations§
Source§impl<S: State> AppTrait for AppContainer<S>
impl<S: State> AppTrait for AppContainer<S>
Auto Trait Implementations§
impl<S> Freeze for AppContainer<S>where
S: Freeze,
impl<S> !RefUnwindSafe for AppContainer<S>
impl<S> !Send for AppContainer<S>
impl<S> !Sync for AppContainer<S>
impl<S> Unpin for AppContainer<S>where
S: Unpin,
impl<S> !UnwindSafe for AppContainer<S>
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