pub struct JdPromotionBySubUnionIdGetRequest {
pub promotion_code_req: JdPromotionBySubUnionIdGetParam,
}Expand description
社交媒体获取推广链接接口
Fields§
§promotion_code_req: JdPromotionBySubUnionIdGetParamTrait Implementations§
Source§impl<'de> Deserialize<'de> for JdPromotionBySubUnionIdGetRequest
impl<'de> Deserialize<'de> for JdPromotionBySubUnionIdGetRequest
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 JDRequest for JdPromotionBySubUnionIdGetRequest
impl JDRequest for JdPromotionBySubUnionIdGetRequest
Source§fn get_api_method_name(&self) -> JDMethod
fn get_api_method_name(&self) -> JDMethod
获取TOP的API名称。 Read more
Source§fn get_api_version(&self) -> String
fn get_api_version(&self) -> String
得到当前接口的版本 Read more
fn get_biz_content(&self) -> String
Auto Trait Implementations§
impl Freeze for JdPromotionBySubUnionIdGetRequest
impl RefUnwindSafe for JdPromotionBySubUnionIdGetRequest
impl Send for JdPromotionBySubUnionIdGetRequest
impl Sync for JdPromotionBySubUnionIdGetRequest
impl Unpin for JdPromotionBySubUnionIdGetRequest
impl UnwindSafe for JdPromotionBySubUnionIdGetRequest
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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