Struct amazon_sp_product_pricing::models::get_item_offers_batch_response::GetItemOffersBatchResponse
source · [−]pub struct GetItemOffersBatchResponse {
pub responses: Option<Vec<ItemOffersResponse>>,
}Expand description
GetItemOffersBatchResponse : The response associated with the getItemOffersBatch API call.
Fields
responses: Option<Vec<ItemOffersResponse>>A list of getItemOffers batched responses.
Implementations
sourceimpl GetItemOffersBatchResponse
impl GetItemOffersBatchResponse
sourcepub fn new() -> GetItemOffersBatchResponse
pub fn new() -> GetItemOffersBatchResponse
The response associated with the getItemOffersBatch API call.
Trait Implementations
sourceimpl Clone for GetItemOffersBatchResponse
impl Clone for GetItemOffersBatchResponse
sourcefn clone(&self) -> GetItemOffersBatchResponse
fn clone(&self) -> GetItemOffersBatchResponse
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 GetItemOffersBatchResponse
impl Debug for GetItemOffersBatchResponse
sourceimpl Default for GetItemOffersBatchResponse
impl Default for GetItemOffersBatchResponse
sourcefn default() -> GetItemOffersBatchResponse
fn default() -> GetItemOffersBatchResponse
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for GetItemOffersBatchResponse
impl<'de> Deserialize<'de> for GetItemOffersBatchResponse
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<GetItemOffersBatchResponse> for GetItemOffersBatchResponse
impl PartialEq<GetItemOffersBatchResponse> for GetItemOffersBatchResponse
sourcefn eq(&self, other: &GetItemOffersBatchResponse) -> bool
fn eq(&self, other: &GetItemOffersBatchResponse) -> bool
impl StructuralPartialEq for GetItemOffersBatchResponse
Auto Trait Implementations
impl RefUnwindSafe for GetItemOffersBatchResponse
impl Send for GetItemOffersBatchResponse
impl Sync for GetItemOffersBatchResponse
impl Unpin for GetItemOffersBatchResponse
impl UnwindSafe for GetItemOffersBatchResponse
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