pub struct GetIndexStocks {
pub code: String,
pub date: String,
}
Expand description
获取一个指数给定日期在平台可交易的成分股列表
Fields§
§code: String
§date: String
Trait Implementations§
Source§impl Debug for GetIndexStocks
impl Debug for GetIndexStocks
Source§impl<'de> Deserialize<'de> for GetIndexStocks
impl<'de> Deserialize<'de> for GetIndexStocks
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Request for GetIndexStocks
impl Request for GetIndexStocks
Source§impl Response for GetIndexStocks
impl Response for GetIndexStocks
Auto Trait Implementations§
impl Freeze for GetIndexStocks
impl RefUnwindSafe for GetIndexStocks
impl Send for GetIndexStocks
impl Sync for GetIndexStocks
impl Unpin for GetIndexStocks
impl UnwindSafe for GetIndexStocks
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