pub struct WsSession { /* private fields */ }Expand description
Active WebSocket connection passed to route handlers.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for WsSession
impl !UnwindSafe for WsSession
impl Freeze for WsSession
impl Send for WsSession
impl Sync for WsSession
impl Unpin for WsSession
impl UnsafeUnpin for WsSession
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