Struct pdd::requests::PddGoodsSpecGet
source · pub struct PddGoodsSpecGet {
pub cat_id: Option<i64>,
}Expand description
获取商品规格信息
Fields§
§cat_id: Option<i64>叶子类目ID,必须入参level=3时的cat_id,否则无法返回正确的参数
Trait Implementations§
source§impl Debug for PddGoodsSpecGet
impl Debug for PddGoodsSpecGet
source§impl Default for PddGoodsSpecGet
impl Default for PddGoodsSpecGet
source§fn default() -> PddGoodsSpecGet
fn default() -> PddGoodsSpecGet
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PddGoodsSpecGet
impl<'de> Deserialize<'de> for PddGoodsSpecGet
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 Request for PddGoodsSpecGet
impl Request for PddGoodsSpecGet
Auto Trait Implementations§
impl RefUnwindSafe for PddGoodsSpecGet
impl Send for PddGoodsSpecGet
impl Sync for PddGoodsSpecGet
impl Unpin for PddGoodsSpecGet
impl UnwindSafe for PddGoodsSpecGet
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