pub struct AppRunner<'a, 'b> {
pub app: Rc<RefCell<App<'a, 'b>>>,
}Fields§
§app: Rc<RefCell<App<'a, 'b>>>Implementations§
Auto Trait Implementations§
impl<'a, 'b> Freeze for AppRunner<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for AppRunner<'a, 'b>
impl<'a, 'b> !Send for AppRunner<'a, 'b>
impl<'a, 'b> !Sync for AppRunner<'a, 'b>
impl<'a, 'b> Unpin for AppRunner<'a, 'b>
impl<'a, 'b> !UnwindSafe for AppRunner<'a, 'b>
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