Struct websocket_server_async::WebSocketServer
source · [−]pub struct WebSocketServer<I, R, T> { /* private fields */ }
Expand description
websocket server
Implementations
Trait Implementations
impl<I, R, T> Send for WebSocketServer<I, R, T>
impl<I, R, T> Sync for WebSocketServer<I, R, T>
Auto Trait Implementations
impl<I, R, T> RefUnwindSafe for WebSocketServer<I, R, T> where
I: RefUnwindSafe,
R: RefUnwindSafe,
T: RefUnwindSafe,
impl<I, R, T> Unpin for WebSocketServer<I, R, T> where
R: Unpin,
T: Unpin,
impl<I, R, T> UnwindSafe for WebSocketServer<I, R, T> where
I: RefUnwindSafe,
R: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more