Expand description
ProductInfoDetail : Product information on the number of items.
Fields
number_of_items: Option<i32>The total number of items that are included in the ASIN.
Implementations
sourceimpl ProductInfoDetail
impl ProductInfoDetail
sourcepub fn new() -> ProductInfoDetail
pub fn new() -> ProductInfoDetail
Product information on the number of items.
Trait Implementations
sourceimpl Clone for ProductInfoDetail
impl Clone for ProductInfoDetail
sourcefn clone(&self) -> ProductInfoDetail
fn clone(&self) -> ProductInfoDetail
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 ProductInfoDetail
impl Debug for ProductInfoDetail
sourceimpl Default for ProductInfoDetail
impl Default for ProductInfoDetail
sourcefn default() -> ProductInfoDetail
fn default() -> ProductInfoDetail
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ProductInfoDetail
impl<'de> Deserialize<'de> for ProductInfoDetail
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<ProductInfoDetail> for ProductInfoDetail
impl PartialEq<ProductInfoDetail> for ProductInfoDetail
sourcefn eq(&self, other: &ProductInfoDetail) -> bool
fn eq(&self, other: &ProductInfoDetail) -> bool
sourceimpl Serialize for ProductInfoDetail
impl Serialize for ProductInfoDetail
impl StructuralPartialEq for ProductInfoDetail
Auto Trait Implementations
impl RefUnwindSafe for ProductInfoDetail
impl Send for ProductInfoDetail
impl Sync for ProductInfoDetail
impl Unpin for ProductInfoDetail
impl UnwindSafe for ProductInfoDetail
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