pub enum OkxWsStreamCall {
SubscribeStream {
args: Vec<(Value, Sender<Result<OkxWsStreamData, SharedWsError>>)>,
tx: Sender<Result<OkxWsStreamResponse, SharedWsError>>,
},
}Variants§
SubscribeStream
Fields
§
args: Vec<(Value, Sender<Result<OkxWsStreamData, SharedWsError>>)>Auto Trait Implementations§
impl !RefUnwindSafe for OkxWsStreamCall
impl !UnwindSafe for OkxWsStreamCall
impl Freeze for OkxWsStreamCall
impl Send for OkxWsStreamCall
impl Sync for OkxWsStreamCall
impl Unpin for OkxWsStreamCall
impl UnsafeUnpin for OkxWsStreamCall
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