Struct oxygengine_backend_web::app::WebAppRunner
source · [−]pub struct WebAppRunner;
Trait Implementations
sourceimpl BackendAppRunner<JsValue> for WebAppRunner
impl BackendAppRunner<JsValue> for WebAppRunner
sourceimpl Default for WebAppRunner
impl Default for WebAppRunner
sourcefn default() -> WebAppRunner
fn default() -> WebAppRunner
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for WebAppRunner
impl Send for WebAppRunner
impl Sync for WebAppRunner
impl Unpin for WebAppRunner
impl UnwindSafe for WebAppRunner
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more