pub enum WebsocketAPI {
Markets,
}Expand description
WebSocket API endpoints for the Limitless Exchange.
Variants§
Markets
Public market data stream (/markets namespace).
Trait Implementations§
Source§impl AsRef<str> for WebsocketAPI
impl AsRef<str> for WebsocketAPI
Source§impl Clone for WebsocketAPI
impl Clone for WebsocketAPI
Source§fn clone(&self) -> WebsocketAPI
fn clone(&self) -> WebsocketAPI
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for WebsocketAPI
impl RefUnwindSafe for WebsocketAPI
impl Send for WebsocketAPI
impl Sync for WebsocketAPI
impl Unpin for WebsocketAPI
impl UnsafeUnpin for WebsocketAPI
impl UnwindSafe for WebsocketAPI
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