struct TradingDayJson {
time: String,
trade_date_type: i32,
}Fields§
§time: String§trade_date_type: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for TradingDayJson
impl RefUnwindSafe for TradingDayJson
impl Send for TradingDayJson
impl Sync for TradingDayJson
impl Unpin for TradingDayJson
impl UnsafeUnpin for TradingDayJson
impl UnwindSafe for TradingDayJson
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