pub struct App<State> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<State> Freeze for App<State>
impl<State> !RefUnwindSafe for App<State>
impl<State> Send for App<State>
impl<State> Sync for App<State>
impl<State> Unpin for App<State>
impl<State> !UnwindSafe for App<State>
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