Struct amazon_sp_vendor_orders::models::get_purchase_orders_response::GetPurchaseOrdersResponse
source · [−]pub struct GetPurchaseOrdersResponse {
pub payload: Option<Box<OrderList>>,
pub errors: Option<Vec<Error>>,
}Expand description
GetPurchaseOrdersResponse : The response schema for the getPurchaseOrders operation.
Fields
payload: Option<Box<OrderList>>errors: Option<Vec<Error>>A list of error responses returned when a request is unsuccessful.
Implementations
sourceimpl GetPurchaseOrdersResponse
impl GetPurchaseOrdersResponse
sourcepub fn new() -> GetPurchaseOrdersResponse
pub fn new() -> GetPurchaseOrdersResponse
The response schema for the getPurchaseOrders operation.
Trait Implementations
sourceimpl Clone for GetPurchaseOrdersResponse
impl Clone for GetPurchaseOrdersResponse
sourcefn clone(&self) -> GetPurchaseOrdersResponse
fn clone(&self) -> GetPurchaseOrdersResponse
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GetPurchaseOrdersResponse
impl Debug for GetPurchaseOrdersResponse
sourceimpl Default for GetPurchaseOrdersResponse
impl Default for GetPurchaseOrdersResponse
sourcefn default() -> GetPurchaseOrdersResponse
fn default() -> GetPurchaseOrdersResponse
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for GetPurchaseOrdersResponse
impl<'de> Deserialize<'de> for GetPurchaseOrdersResponse
sourcefn 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
sourceimpl PartialEq<GetPurchaseOrdersResponse> for GetPurchaseOrdersResponse
impl PartialEq<GetPurchaseOrdersResponse> for GetPurchaseOrdersResponse
sourcefn eq(&self, other: &GetPurchaseOrdersResponse) -> bool
fn eq(&self, other: &GetPurchaseOrdersResponse) -> bool
sourceimpl Serialize for GetPurchaseOrdersResponse
impl Serialize for GetPurchaseOrdersResponse
impl StructuralPartialEq for GetPurchaseOrdersResponse
Auto Trait Implementations
impl RefUnwindSafe for GetPurchaseOrdersResponse
impl Send for GetPurchaseOrdersResponse
impl Sync for GetPurchaseOrdersResponse
impl Unpin for GetPurchaseOrdersResponse
impl UnwindSafe for GetPurchaseOrdersResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more