Struct amazon_sp_product_pricing::models::batch_offers_request_params::BatchOffersRequestParams
source · [−]pub struct BatchOffersRequestParams {
pub marketplace_id: String,
pub item_condition: ItemCondition,
pub customer_type: Option<CustomerType>,
}Fields
marketplace_id: StringA marketplace identifier. Specifies the marketplace for which prices are returned.
item_condition: ItemConditioncustomer_type: Option<CustomerType>Implementations
sourceimpl BatchOffersRequestParams
impl BatchOffersRequestParams
pub fn new(
marketplace_id: String,
item_condition: ItemCondition
) -> BatchOffersRequestParams
Trait Implementations
sourceimpl Clone for BatchOffersRequestParams
impl Clone for BatchOffersRequestParams
sourcefn clone(&self) -> BatchOffersRequestParams
fn clone(&self) -> BatchOffersRequestParams
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 BatchOffersRequestParams
impl Debug for BatchOffersRequestParams
sourceimpl Default for BatchOffersRequestParams
impl Default for BatchOffersRequestParams
sourcefn default() -> BatchOffersRequestParams
fn default() -> BatchOffersRequestParams
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for BatchOffersRequestParams
impl<'de> Deserialize<'de> for BatchOffersRequestParams
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<BatchOffersRequestParams> for BatchOffersRequestParams
impl PartialEq<BatchOffersRequestParams> for BatchOffersRequestParams
sourcefn eq(&self, other: &BatchOffersRequestParams) -> bool
fn eq(&self, other: &BatchOffersRequestParams) -> bool
sourceimpl Serialize for BatchOffersRequestParams
impl Serialize for BatchOffersRequestParams
impl StructuralPartialEq for BatchOffersRequestParams
Auto Trait Implementations
impl RefUnwindSafe for BatchOffersRequestParams
impl Send for BatchOffersRequestParams
impl Sync for BatchOffersRequestParams
impl Unpin for BatchOffersRequestParams
impl UnwindSafe for BatchOffersRequestParams
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