pub struct WebSocketClient<Tx, Rx> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<Tx, Rx> Freeze for WebSocketClient<Tx, Rx>
impl<Tx, Rx> RefUnwindSafe for WebSocketClient<Tx, Rx>where
Tx: RefUnwindSafe,
Rx: RefUnwindSafe,
impl<Tx, Rx> Send for WebSocketClient<Tx, Rx>
impl<Tx, Rx> Sync for WebSocketClient<Tx, Rx>
impl<Tx, Rx> Unpin for WebSocketClient<Tx, Rx>
impl<Tx, Rx> UnwindSafe for WebSocketClient<Tx, Rx>where
Tx: UnwindSafe,
Rx: UnwindSafe,
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