Struct amazon_sp_sellers::models::marketplace::Marketplace
source · [−]pub struct Marketplace {
pub id: String,
pub name: String,
pub country_code: String,
pub default_currency_code: String,
pub default_language_code: String,
pub domain_name: String,
}Expand description
Marketplace : Detailed information about an Amazon market where a seller can list items for sale and customers can view and purchase items.
Fields
id: StringThe encrypted marketplace value.
name: StringMarketplace name.
country_code: StringThe ISO 3166-1 alpha-2 format country code of the marketplace.
default_currency_code: StringThe ISO 4217 format currency code of the marketplace.
default_language_code: StringThe ISO 639-1 format language code of the marketplace.
domain_name: StringThe domain name of the marketplace.
Implementations
sourceimpl Marketplace
impl Marketplace
Trait Implementations
sourceimpl Clone for Marketplace
impl Clone for Marketplace
sourcefn clone(&self) -> Marketplace
fn clone(&self) -> Marketplace
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 Marketplace
impl Debug for Marketplace
sourceimpl Default for Marketplace
impl Default for Marketplace
sourcefn default() -> Marketplace
fn default() -> Marketplace
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for Marketplace
impl<'de> Deserialize<'de> for Marketplace
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<Marketplace> for Marketplace
impl PartialEq<Marketplace> for Marketplace
sourcefn eq(&self, other: &Marketplace) -> bool
fn eq(&self, other: &Marketplace) -> bool
sourceimpl Serialize for Marketplace
impl Serialize for Marketplace
impl StructuralPartialEq for Marketplace
Auto Trait Implementations
impl RefUnwindSafe for Marketplace
impl Send for Marketplace
impl Sync for Marketplace
impl Unpin for Marketplace
impl UnwindSafe for Marketplace
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