pub enum Market {
Show 16 variants
Time,
Kline,
MarkPriceKline,
IndexPriceKline,
PremiumIndexPriceKline,
InstrumentsInfo,
OrderBook,
Tickers,
FundingRate,
RecentTrades,
OpenInterest,
HistoricalVolatility,
Insurance,
RiskLimit,
DeliveryPrice,
LongShortRatio,
}Variants§
Time
Kline
MarkPriceKline
IndexPriceKline
PremiumIndexPriceKline
InstrumentsInfo
OrderBook
Tickers
FundingRate
RecentTrades
OpenInterest
HistoricalVolatility
Insurance
RiskLimit
DeliveryPrice
LongShortRatio
Auto Trait Implementations§
impl RefUnwindSafe for Market
impl Send for Market
impl Sync for Market
impl Unpin for Market
impl UnwindSafe for Market
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