pub struct ItemVariationLocationOverrides {
pub inventory_alert_threshold: Option<i64>,
pub inventory_alert_type: Option<InventoryAlertType>,
pub location_id: Option<String>,
pub price_money: Option<Money>,
pub pricing_type: Option<CatalogPricingType>,
pub sold_out: Option<bool>,
pub sold_out_valid_until: Option<String>,
pub track_inventory: Option<bool>,
}Fields§
§inventory_alert_threshold: Option<i64>§inventory_alert_type: Option<InventoryAlertType>§location_id: Option<String>§price_money: Option<Money>§pricing_type: Option<CatalogPricingType>§sold_out: Option<bool>§sold_out_valid_until: Option<String>§track_inventory: Option<bool>Trait Implementations§
Source§impl Clone for ItemVariationLocationOverrides
impl Clone for ItemVariationLocationOverrides
Source§fn clone(&self) -> ItemVariationLocationOverrides
fn clone(&self) -> ItemVariationLocationOverrides
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<'de> Deserialize<'de> for ItemVariationLocationOverrides
impl<'de> Deserialize<'de> for ItemVariationLocationOverrides
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
Auto Trait Implementations§
impl Freeze for ItemVariationLocationOverrides
impl RefUnwindSafe for ItemVariationLocationOverrides
impl Send for ItemVariationLocationOverrides
impl Sync for ItemVariationLocationOverrides
impl Unpin for ItemVariationLocationOverrides
impl UnwindSafe for ItemVariationLocationOverrides
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