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