pub struct WsReceiver { /* private fields */ }Expand description
WebSocket receiver half
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WsReceiver
impl !RefUnwindSafe for WsReceiver
impl Send for WsReceiver
impl !Sync for WsReceiver
impl Unpin for WsReceiver
impl UnsafeUnpin for WsReceiver
impl !UnwindSafe for WsReceiver
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