pub struct WebAppRunner;
Trait Implementations§
Source§impl BackendAppRunner<JsValue> for WebAppRunner
impl BackendAppRunner<JsValue> for WebAppRunner
Source§impl Default for WebAppRunner
impl Default for WebAppRunner
Source§fn default() -> WebAppRunner
fn default() -> WebAppRunner
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WebAppRunner
impl RefUnwindSafe for WebAppRunner
impl Send for WebAppRunner
impl Sync for WebAppRunner
impl Unpin for WebAppRunner
impl UnwindSafe for WebAppRunner
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