pub struct InventoryPhysicalCount {
pub id: Option<String>,
pub catalog_object_id: String,
pub catalog_object_type: Option<CatalogObjectType>,
pub created_at: Option<String>,
pub location_id: String,
pub occurred_at: String,
pub quantity: String,
pub reference_id: Option<String>,
pub source: Option<SourceApplication>,
pub state: InventoryState,
pub team_member_id: Option<String>,
}Fields§
§id: Option<String>§catalog_object_id: String§catalog_object_type: Option<CatalogObjectType>§created_at: Option<String>§location_id: String§occurred_at: String§quantity: String§reference_id: Option<String>As decimal with up to 5 digits after the decimal point
source: Option<SourceApplication>§state: InventoryState§team_member_id: Option<String>Trait Implementations§
Source§impl AddField<InventoryPhysicalCount> for InventoryChange
impl AddField<InventoryPhysicalCount> for InventoryChange
fn add_field(&mut self, field: InventoryPhysicalCount)
Source§impl Clone for InventoryPhysicalCount
impl Clone for InventoryPhysicalCount
Source§fn clone(&self) -> InventoryPhysicalCount
fn clone(&self) -> InventoryPhysicalCount
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 InventoryPhysicalCount
impl Debug for InventoryPhysicalCount
Source§impl Default for InventoryPhysicalCount
impl Default for InventoryPhysicalCount
Source§fn default() -> InventoryPhysicalCount
fn default() -> InventoryPhysicalCount
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InventoryPhysicalCount
impl<'de> Deserialize<'de> for InventoryPhysicalCount
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 Serialize for InventoryPhysicalCount
impl Serialize for InventoryPhysicalCount
Source§impl Validate for InventoryPhysicalCount
impl Validate for InventoryPhysicalCount
Auto Trait Implementations§
impl Freeze for InventoryPhysicalCount
impl RefUnwindSafe for InventoryPhysicalCount
impl Send for InventoryPhysicalCount
impl Sync for InventoryPhysicalCount
impl Unpin for InventoryPhysicalCount
impl UnwindSafe for InventoryPhysicalCount
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