pub struct GetDiscountBuyProductResult {
pub category: Option<String>,
pub list: Option<Vec<AdvDiscountBuyProduct>>,
}Fields§
§category: Option<String>§list: Option<Vec<AdvDiscountBuyProduct>>Trait Implementations§
Source§impl Clone for GetDiscountBuyProductResult
impl Clone for GetDiscountBuyProductResult
Source§fn clone(&self) -> GetDiscountBuyProductResult
fn clone(&self) -> GetDiscountBuyProductResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetDiscountBuyProductResult
impl Debug for GetDiscountBuyProductResult
Source§impl<'de> Deserialize<'de> for GetDiscountBuyProductResult
impl<'de> Deserialize<'de> for GetDiscountBuyProductResult
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 Freeze for GetDiscountBuyProductResult
impl RefUnwindSafe for GetDiscountBuyProductResult
impl Send for GetDiscountBuyProductResult
impl Sync for GetDiscountBuyProductResult
impl Unpin for GetDiscountBuyProductResult
impl UnsafeUnpin for GetDiscountBuyProductResult
impl UnwindSafe for GetDiscountBuyProductResult
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