pub(crate) struct WebViewerServerInner {
pub(crate) server: Server,
pub(crate) shutdown: AtomicBool,
pub(crate) num_wasm_served: AtomicU64,
pub(crate) analytics: Option<Analytics>,
}
Fields§
§server: Server
§shutdown: AtomicBool
§num_wasm_served: AtomicU64
§analytics: Option<Analytics>
Implementations§
source§impl WebViewerServerInner
impl WebViewerServerInner
pub(crate) fn serve(&self)
pub(crate) fn on_serve_wasm(&self)
pub(crate) fn send_response(&self, _request: Request) -> Result<(), Error>
Auto Trait Implementations§
impl !Freeze for WebViewerServerInner
impl RefUnwindSafe for WebViewerServerInner
impl Send for WebViewerServerInner
impl Sync for WebViewerServerInner
impl Unpin for WebViewerServerInner
impl UnwindSafe for WebViewerServerInner
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