pub struct GetDiscountBuyOrderResult {
pub next_page_cursor: Option<String>,
pub category: Option<String>,
pub list: Option<Vec<AdvDiscountBuyOrder>>,
}Fields§
§next_page_cursor: Option<String>§category: Option<String>§list: Option<Vec<AdvDiscountBuyOrder>>Trait Implementations§
Source§impl Clone for GetDiscountBuyOrderResult
impl Clone for GetDiscountBuyOrderResult
Source§fn clone(&self) -> GetDiscountBuyOrderResult
fn clone(&self) -> GetDiscountBuyOrderResult
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 GetDiscountBuyOrderResult
impl Debug for GetDiscountBuyOrderResult
Source§impl<'de> Deserialize<'de> for GetDiscountBuyOrderResult
impl<'de> Deserialize<'de> for GetDiscountBuyOrderResult
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 GetDiscountBuyOrderResult
impl RefUnwindSafe for GetDiscountBuyOrderResult
impl Send for GetDiscountBuyOrderResult
impl Sync for GetDiscountBuyOrderResult
impl Unpin for GetDiscountBuyOrderResult
impl UnsafeUnpin for GetDiscountBuyOrderResult
impl UnwindSafe for GetDiscountBuyOrderResult
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