pub struct DevServer { /* private fields */ }Expand description
Development server that serves the app in browser mode.
This is NOT the production renderer. It’s a development tool that allows AI agents (and humans) to interact with the app via a browser.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for DevServer
impl !UnwindSafe for DevServer
impl Freeze for DevServer
impl Send for DevServer
impl Sync for DevServer
impl Unpin for DevServer
impl UnsafeUnpin for DevServer
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