Struct amazon_sp_orders::models::buyer_customized_info_detail::BuyerCustomizedInfoDetail
source · [−]Expand description
BuyerCustomizedInfoDetail : Buyer information for custom orders from the Amazon Custom program.
Fields
customized_url: Option<String>The location of a zip file containing Amazon Custom data.
Implementations
sourceimpl BuyerCustomizedInfoDetail
impl BuyerCustomizedInfoDetail
sourcepub fn new() -> BuyerCustomizedInfoDetail
pub fn new() -> BuyerCustomizedInfoDetail
Buyer information for custom orders from the Amazon Custom program.
Trait Implementations
sourceimpl Clone for BuyerCustomizedInfoDetail
impl Clone for BuyerCustomizedInfoDetail
sourcefn clone(&self) -> BuyerCustomizedInfoDetail
fn clone(&self) -> BuyerCustomizedInfoDetail
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 BuyerCustomizedInfoDetail
impl Debug for BuyerCustomizedInfoDetail
sourceimpl Default for BuyerCustomizedInfoDetail
impl Default for BuyerCustomizedInfoDetail
sourcefn default() -> BuyerCustomizedInfoDetail
fn default() -> BuyerCustomizedInfoDetail
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for BuyerCustomizedInfoDetail
impl<'de> Deserialize<'de> for BuyerCustomizedInfoDetail
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<BuyerCustomizedInfoDetail> for BuyerCustomizedInfoDetail
impl PartialEq<BuyerCustomizedInfoDetail> for BuyerCustomizedInfoDetail
sourcefn eq(&self, other: &BuyerCustomizedInfoDetail) -> bool
fn eq(&self, other: &BuyerCustomizedInfoDetail) -> bool
sourceimpl Serialize for BuyerCustomizedInfoDetail
impl Serialize for BuyerCustomizedInfoDetail
impl StructuralPartialEq for BuyerCustomizedInfoDetail
Auto Trait Implementations
impl RefUnwindSafe for BuyerCustomizedInfoDetail
impl Send for BuyerCustomizedInfoDetail
impl Sync for BuyerCustomizedInfoDetail
impl Unpin for BuyerCustomizedInfoDetail
impl UnwindSafe for BuyerCustomizedInfoDetail
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