struct MarketInfoJson {
market: &'static str,
assets: f64,
}Expand description
v1.4.103 (deger P1): 单市场 assets detail (for market_info_list).
Fields§
§market: &'static str§assets: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for MarketInfoJson
impl RefUnwindSafe for MarketInfoJson
impl Send for MarketInfoJson
impl Sync for MarketInfoJson
impl Unpin for MarketInfoJson
impl UnsafeUnpin for MarketInfoJson
impl UnwindSafe for MarketInfoJson
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