pub struct WsConn(/* private fields */);Expand description
One WebSocket connection to a browser tab. Binary messages only.
Implementations§
Auto Trait Implementations§
impl !Freeze for WsConn
impl RefUnwindSafe for WsConn
impl Send for WsConn
impl Sync for WsConn
impl Unpin for WsConn
impl UnsafeUnpin for WsConn
impl UnwindSafe for WsConn
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