[][src]Struct jqdata::GetIndustryStocks

pub struct GetIndustryStocks {
    pub code: String,
    pub date: String,
}

获取在给定日期一个行业的所有股票 参数: code: 行业编码 date: 查询日期

Fields

code: Stringdate: String

Trait Implementations

impl BodyConsumer<Vec<String>> for GetIndustryStocks[src]

impl Debug for GetIndustryStocks[src]

impl<'de> Deserialize<'de> for GetIndustryStocks[src]

impl HasMethod for GetIndustryStocks[src]

impl LineBodyConsumer for GetIndustryStocks[src]

impl Serialize for GetIndustryStocks[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,