pub struct JdPromotionCodeGetRequest {
pub req: JdPromotionCodeGetParam,
}
Expand description
转链获取
Fields§
§req: JdPromotionCodeGetParam
Trait Implementations§
Source§impl Debug for JdPromotionCodeGetRequest
impl Debug for JdPromotionCodeGetRequest
Source§impl<'de> Deserialize<'de> for JdPromotionCodeGetRequest
impl<'de> Deserialize<'de> for JdPromotionCodeGetRequest
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 JdPromotionCodeGetRequest
impl JDRequest for JdPromotionCodeGetRequest
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 JdPromotionCodeGetRequest
impl RefUnwindSafe for JdPromotionCodeGetRequest
impl Send for JdPromotionCodeGetRequest
impl Sync for JdPromotionCodeGetRequest
impl Unpin for JdPromotionCodeGetRequest
impl UnwindSafe for JdPromotionCodeGetRequest
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