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