pub struct WsStream { /* private fields */ }Expand description
A WebSocket stream that connects to Binance and receives real-time kline updates.
Implementations§
Auto Trait Implementations§
impl Freeze for WsStream
impl RefUnwindSafe for WsStream
impl Send for WsStream
impl Sync for WsStream
impl Unpin for WsStream
impl UnsafeUnpin for WsStream
impl UnwindSafe for WsStream
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