Struct amazon_sp_messaging::models::get_attributes_response_buyer::GetAttributesResponseBuyer
source · [−]Expand description
GetAttributesResponseBuyer : The list of attributes related to the buyer.
Fields
locale: Option<String>The buyer’s language of preference, indicated with a locale-specific language tag. Examples: "en-US", "zh-CN", and "en-GB".
Implementations
sourceimpl GetAttributesResponseBuyer
impl GetAttributesResponseBuyer
sourcepub fn new() -> GetAttributesResponseBuyer
pub fn new() -> GetAttributesResponseBuyer
The list of attributes related to the buyer.
Trait Implementations
sourceimpl Clone for GetAttributesResponseBuyer
impl Clone for GetAttributesResponseBuyer
sourcefn clone(&self) -> GetAttributesResponseBuyer
fn clone(&self) -> GetAttributesResponseBuyer
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 GetAttributesResponseBuyer
impl Debug for GetAttributesResponseBuyer
sourceimpl Default for GetAttributesResponseBuyer
impl Default for GetAttributesResponseBuyer
sourcefn default() -> GetAttributesResponseBuyer
fn default() -> GetAttributesResponseBuyer
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for GetAttributesResponseBuyer
impl<'de> Deserialize<'de> for GetAttributesResponseBuyer
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<GetAttributesResponseBuyer> for GetAttributesResponseBuyer
impl PartialEq<GetAttributesResponseBuyer> for GetAttributesResponseBuyer
sourcefn eq(&self, other: &GetAttributesResponseBuyer) -> bool
fn eq(&self, other: &GetAttributesResponseBuyer) -> bool
impl StructuralPartialEq for GetAttributesResponseBuyer
Auto Trait Implementations
impl RefUnwindSafe for GetAttributesResponseBuyer
impl Send for GetAttributesResponseBuyer
impl Sync for GetAttributesResponseBuyer
impl Unpin for GetAttributesResponseBuyer
impl UnwindSafe for GetAttributesResponseBuyer
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