pub struct WebSocketClientDriver { /* private fields */ }Expand description
Drives the WebSocket connection for a WebSocketClient instance.
This is the primary component responsible for transport-level interaction with the remote WebSocket endpoint.
Implementations§
Auto Trait Implementations§
impl !Freeze for WebSocketClientDriver
impl !RefUnwindSafe for WebSocketClientDriver
impl Send for WebSocketClientDriver
impl Sync for WebSocketClientDriver
impl Unpin for WebSocketClientDriver
impl !UnwindSafe for WebSocketClientDriver
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