pub enum Record {
Balance(Balance),
Candle(Candle),
KeepAlive(KeepAlive),
News(News),
Profit(Profit),
Tick(Tick),
Trade(Trade),
TradeStatus(TradeStatus),
}Variants§
Balance(Balance)
Candle(Candle)
KeepAlive(KeepAlive)
News(News)
Profit(Profit)
Tick(Tick)
Trade(Trade)
TradeStatus(TradeStatus)
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Record
impl Send for Record
impl Sync for Record
impl Unpin for Record
impl UnwindSafe for Record
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