[−][src]Struct jqdata_model::models::GetIndustries
按照行业分类获取行业列表 code:行业代码 sw_l1: 申万一级行业 sw_l2: 申万二级行业 sw_l3: 申万三级行业 jq_l1: 聚宽一级行业 jq_l2: 聚宽二级行业 zjw: 证监会行业
Fields
code: StringTrait Implementations
impl BodyConsumer<Vec<IndustryIndex>> for GetIndustries[src]
fn consume_body<R: Read>(body: R) -> Result<Vec<IndustryIndex>>[src]
impl CsvListBodyConsumer for GetIndustries[src]
impl Debug for GetIndustries[src]
impl<'de> Deserialize<'de> for GetIndustries[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl HasMethod for GetIndustries[src]
impl Serialize for GetIndustries[src]
Auto Trait Implementations
impl RefUnwindSafe for GetIndustries
impl Send for GetIndustries
impl Sync for GetIndustries
impl Unpin for GetIndustries
impl UnwindSafe for GetIndustries
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,