Struct amazon_sp_orders::models::item_buyer_info::ItemBuyerInfo
source · [−]pub struct ItemBuyerInfo {
pub buyer_customized_info: Option<Box<BuyerCustomizedInfoDetail>>,
pub gift_wrap_price: Option<Box<Money>>,
pub gift_wrap_tax: Option<Box<Money>>,
pub gift_message_text: Option<String>,
pub gift_wrap_level: Option<String>,
}Expand description
ItemBuyerInfo : A single item’s buyer information.
Fields
buyer_customized_info: Option<Box<BuyerCustomizedInfoDetail>>gift_wrap_price: Option<Box<Money>>gift_wrap_tax: Option<Box<Money>>gift_message_text: Option<String>A gift message provided by the buyer.
gift_wrap_level: Option<String>The gift wrap level specified by the buyer.
Implementations
sourceimpl ItemBuyerInfo
impl ItemBuyerInfo
sourcepub fn new() -> ItemBuyerInfo
pub fn new() -> ItemBuyerInfo
A single item’s buyer information.
Trait Implementations
sourceimpl Clone for ItemBuyerInfo
impl Clone for ItemBuyerInfo
sourcefn clone(&self) -> ItemBuyerInfo
fn clone(&self) -> ItemBuyerInfo
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 ItemBuyerInfo
impl Debug for ItemBuyerInfo
sourceimpl Default for ItemBuyerInfo
impl Default for ItemBuyerInfo
sourcefn default() -> ItemBuyerInfo
fn default() -> ItemBuyerInfo
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ItemBuyerInfo
impl<'de> Deserialize<'de> for ItemBuyerInfo
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<ItemBuyerInfo> for ItemBuyerInfo
impl PartialEq<ItemBuyerInfo> for ItemBuyerInfo
sourcefn eq(&self, other: &ItemBuyerInfo) -> bool
fn eq(&self, other: &ItemBuyerInfo) -> bool
sourceimpl Serialize for ItemBuyerInfo
impl Serialize for ItemBuyerInfo
impl StructuralPartialEq for ItemBuyerInfo
Auto Trait Implementations
impl RefUnwindSafe for ItemBuyerInfo
impl Send for ItemBuyerInfo
impl Sync for ItemBuyerInfo
impl Unpin for ItemBuyerInfo
impl UnwindSafe for ItemBuyerInfo
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