Struct pdd::requests::PddAdApiGoodsQueryGalleryImages
source · pub struct PddAdApiGoodsQueryGalleryImages {
pub goods_id: Option<i64>,
}Expand description
查询商品轮播图
Fields§
§goods_id: Option<i64>商品Id
Trait Implementations§
source§impl Default for PddAdApiGoodsQueryGalleryImages
impl Default for PddAdApiGoodsQueryGalleryImages
source§fn default() -> PddAdApiGoodsQueryGalleryImages
fn default() -> PddAdApiGoodsQueryGalleryImages
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PddAdApiGoodsQueryGalleryImages
impl<'de> Deserialize<'de> for PddAdApiGoodsQueryGalleryImages
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
Auto Trait Implementations§
impl RefUnwindSafe for PddAdApiGoodsQueryGalleryImages
impl Send for PddAdApiGoodsQueryGalleryImages
impl Sync for PddAdApiGoodsQueryGalleryImages
impl Unpin for PddAdApiGoodsQueryGalleryImages
impl UnwindSafe for PddAdApiGoodsQueryGalleryImages
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