Struct amazon_sp_fba_inventory::models::researching_quantity_entry::ResearchingQuantityEntry
source · [−]Expand description
ResearchingQuantityEntry : The misplaced or warehouse damaged inventory that is actively being confirmed at our fulfillment centers.
Fields
name: NameThe duration of the research.
quantity: i32The number of units.
Implementations
sourceimpl ResearchingQuantityEntry
impl ResearchingQuantityEntry
sourcepub fn new(name: Name, quantity: i32) -> ResearchingQuantityEntry
pub fn new(name: Name, quantity: i32) -> ResearchingQuantityEntry
The misplaced or warehouse damaged inventory that is actively being confirmed at our fulfillment centers.
Trait Implementations
sourceimpl Clone for ResearchingQuantityEntry
impl Clone for ResearchingQuantityEntry
sourcefn clone(&self) -> ResearchingQuantityEntry
fn clone(&self) -> ResearchingQuantityEntry
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 ResearchingQuantityEntry
impl Debug for ResearchingQuantityEntry
sourceimpl Default for ResearchingQuantityEntry
impl Default for ResearchingQuantityEntry
sourcefn default() -> ResearchingQuantityEntry
fn default() -> ResearchingQuantityEntry
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ResearchingQuantityEntry
impl<'de> Deserialize<'de> for ResearchingQuantityEntry
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<ResearchingQuantityEntry> for ResearchingQuantityEntry
impl PartialEq<ResearchingQuantityEntry> for ResearchingQuantityEntry
sourcefn eq(&self, other: &ResearchingQuantityEntry) -> bool
fn eq(&self, other: &ResearchingQuantityEntry) -> bool
sourceimpl Serialize for ResearchingQuantityEntry
impl Serialize for ResearchingQuantityEntry
impl StructuralPartialEq for ResearchingQuantityEntry
Auto Trait Implementations
impl RefUnwindSafe for ResearchingQuantityEntry
impl Send for ResearchingQuantityEntry
impl Sync for ResearchingQuantityEntry
impl Unpin for ResearchingQuantityEntry
impl UnwindSafe for ResearchingQuantityEntry
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