pub struct WsServer<H: ParameterHost + 'static> { /* private fields */ }Expand description
WebSocket server for browser-based UI development
Implementations§
Auto Trait Implementations§
impl<H> Freeze for WsServer<H>
impl<H> RefUnwindSafe for WsServer<H>where
H: RefUnwindSafe,
impl<H> Send for WsServer<H>
impl<H> Sync for WsServer<H>
impl<H> Unpin for WsServer<H>
impl<H> UnwindSafe for WsServer<H>where
H: RefUnwindSafe,
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