Struct pdd::requests::PddGoodsOuterCatMappingGet
source · pub struct PddGoodsOuterCatMappingGet {
pub outer_cat_id: Option<i64>,
pub outer_cat_name: Option<String>,
pub outer_goods_name: Option<String>,
}Expand description
类目预测
Fields§
§outer_cat_id: Option<i64>外部叶子类目id
outer_cat_name: Option<String>外部叶子类目名称
outer_goods_name: Option<String>外部商品名称
Trait Implementations§
source§impl Debug for PddGoodsOuterCatMappingGet
impl Debug for PddGoodsOuterCatMappingGet
source§impl Default for PddGoodsOuterCatMappingGet
impl Default for PddGoodsOuterCatMappingGet
source§fn default() -> PddGoodsOuterCatMappingGet
fn default() -> PddGoodsOuterCatMappingGet
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PddGoodsOuterCatMappingGet
impl<'de> Deserialize<'de> for PddGoodsOuterCatMappingGet
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 PddGoodsOuterCatMappingGet
impl Request for PddGoodsOuterCatMappingGet
Auto Trait Implementations§
impl RefUnwindSafe for PddGoodsOuterCatMappingGet
impl Send for PddGoodsOuterCatMappingGet
impl Sync for PddGoodsOuterCatMappingGet
impl Unpin for PddGoodsOuterCatMappingGet
impl UnwindSafe for PddGoodsOuterCatMappingGet
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