pub struct WsRawRecv { /* private fields */ }Expand description
The receive half of the websocket connection.
Implementations§
Auto Trait Implementations§
impl Freeze for WsRawRecv
impl !RefUnwindSafe for WsRawRecv
impl Send for WsRawRecv
impl Sync for WsRawRecv
impl Unpin for WsRawRecv
impl !UnwindSafe for WsRawRecv
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