[][src]Struct jqdata::GetIndustries

pub struct GetIndustries {
    pub code: String,
}

按照行业分类获取行业列表 code:行业代码 sw_l1: 申万一级行业 sw_l2: 申万二级行业 sw_l3: 申万三级行业 jq_l1: 聚宽一级行业 jq_l2: 聚宽二级行业 zjw: 证监会行业

Fields

code: String

Trait Implementations

impl BodyConsumer<Vec<IndustryIndex>> for GetIndustries[src]

impl CsvListBodyConsumer for GetIndustries[src]

type Output = IndustryIndex

impl Debug for GetIndustries[src]

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

impl HasMethod for GetIndustries[src]

impl Serialize for GetIndustries[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>,