pub struct WsClientHandler {
pub tx: Sender<Instruct>,
}
Fields§
§tx: Sender<Instruct>
Implementations§
Auto Trait Implementations§
impl Freeze for WsClientHandler
impl RefUnwindSafe for WsClientHandler
impl Send for WsClientHandler
impl Sync for WsClientHandler
impl Unpin for WsClientHandler
impl UnwindSafe for WsClientHandler
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