pub struct GetIndustries {
pub code: String,
}Expand description
按照行业分类获取行业列表 code:行业代码 sw_l1: 申万一级行业 sw_l2: 申万二级行业 sw_l3: 申万三级行业 jq_l1: 聚宽一级行业 jq_l2: 聚宽二级行业 zjw: 证监会行业
Fields§
§code: StringTrait Implementations§
Source§impl Debug for GetIndustries
impl Debug for GetIndustries
Source§impl<'de> Deserialize<'de> for GetIndustries
impl<'de> Deserialize<'de> for GetIndustries
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 GetIndustries
impl Response for GetIndustries
Auto Trait Implementations§
impl Freeze for GetIndustries
impl RefUnwindSafe for GetIndustries
impl Send for GetIndustries
impl Sync for GetIndustries
impl Unpin for GetIndustries
impl UnwindSafe for GetIndustries
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