pub struct TradeDate {
pub time: String,
pub timestamp: f64,
}Expand description
交易日
Fields§
§time: String§timestamp: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for TradeDate
impl RefUnwindSafe for TradeDate
impl Send for TradeDate
impl Sync for TradeDate
impl Unpin for TradeDate
impl UnwindSafe for TradeDate
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