pub enum WebsocketAPI {
PublicSpot,
PublicLinear,
PublicInverse,
Private,
TradeStream,
}Variants§
Auto 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