pub struct GetIndustryStocks {
pub code: String,
pub date: String,
}
Expand description
获取在给定日期一个行业的所有股票 参数: code: 行业编码 date: 查询日期
Fields§
§code: String
§date: String
Trait Implementations§
Source§impl Debug for GetIndustryStocks
impl Debug for GetIndustryStocks
Source§impl<'de> Deserialize<'de> for GetIndustryStocks
impl<'de> Deserialize<'de> for GetIndustryStocks
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 GetIndustryStocks
impl Request for GetIndustryStocks
Source§impl Response for GetIndustryStocks
impl Response for GetIndustryStocks
Auto Trait Implementations§
impl Freeze for GetIndustryStocks
impl RefUnwindSafe for GetIndustryStocks
impl Send for GetIndustryStocks
impl Sync for GetIndustryStocks
impl Unpin for GetIndustryStocks
impl UnwindSafe for GetIndustryStocks
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