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