pub struct ResearchingQuantityEntry {
pub name: Name,
pub quantity: i32,
}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§
Source§impl 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§
Source§impl Clone for ResearchingQuantityEntry
impl Clone for ResearchingQuantityEntry
Source§fn clone(&self) -> ResearchingQuantityEntry
fn clone(&self) -> ResearchingQuantityEntry
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 ResearchingQuantityEntry
impl Debug for ResearchingQuantityEntry
Source§impl Default for ResearchingQuantityEntry
impl Default for ResearchingQuantityEntry
Source§fn default() -> ResearchingQuantityEntry
fn default() -> ResearchingQuantityEntry
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ResearchingQuantityEntry
impl<'de> Deserialize<'de> for ResearchingQuantityEntry
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
Source§impl PartialEq for ResearchingQuantityEntry
impl PartialEq for ResearchingQuantityEntry
Source§impl Serialize for ResearchingQuantityEntry
impl Serialize for ResearchingQuantityEntry
impl StructuralPartialEq for ResearchingQuantityEntry
Auto Trait Implementations§
impl Freeze for ResearchingQuantityEntry
impl RefUnwindSafe for ResearchingQuantityEntry
impl Send for ResearchingQuantityEntry
impl Sync for ResearchingQuantityEntry
impl Unpin for ResearchingQuantityEntry
impl UnwindSafe for ResearchingQuantityEntry
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