pub struct GetAttributesResponseBuyer {
pub locale: Option<String>,
}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§
Source§impl GetAttributesResponseBuyer
impl GetAttributesResponseBuyer
Sourcepub fn new() -> GetAttributesResponseBuyer
pub fn new() -> GetAttributesResponseBuyer
The list of attributes related to the buyer.
Trait Implementations§
Source§impl Clone for GetAttributesResponseBuyer
impl Clone for GetAttributesResponseBuyer
Source§fn clone(&self) -> GetAttributesResponseBuyer
fn clone(&self) -> GetAttributesResponseBuyer
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetAttributesResponseBuyer
impl Debug for GetAttributesResponseBuyer
Source§impl Default for GetAttributesResponseBuyer
impl Default for GetAttributesResponseBuyer
Source§fn default() -> GetAttributesResponseBuyer
fn default() -> GetAttributesResponseBuyer
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetAttributesResponseBuyer
impl<'de> Deserialize<'de> for GetAttributesResponseBuyer
Source§fn 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
impl StructuralPartialEq for GetAttributesResponseBuyer
Auto Trait Implementations§
impl Freeze for GetAttributesResponseBuyer
impl RefUnwindSafe for GetAttributesResponseBuyer
impl Send for GetAttributesResponseBuyer
impl Sync for GetAttributesResponseBuyer
impl Unpin for GetAttributesResponseBuyer
impl UnwindSafe for GetAttributesResponseBuyer
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more