pub struct CatalogStockConversion {
pub nonstockable_quantity: Option<String>,
pub stockable_item_variation_id: Option<String>,
pub stockable_quantity: Option<String>,
}Fields§
§nonstockable_quantity: Option<String>§stockable_item_variation_id: Option<String>§stockable_quantity: Option<String>Trait Implementations§
Source§impl Clone for CatalogStockConversion
impl Clone for CatalogStockConversion
Source§fn clone(&self) -> CatalogStockConversion
fn clone(&self) -> CatalogStockConversion
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 CatalogStockConversion
impl Debug for CatalogStockConversion
Source§impl<'de> Deserialize<'de> for CatalogStockConversion
impl<'de> Deserialize<'de> for CatalogStockConversion
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 CatalogStockConversion
impl RefUnwindSafe for CatalogStockConversion
impl Send for CatalogStockConversion
impl Sync for CatalogStockConversion
impl Unpin for CatalogStockConversion
impl UnwindSafe for CatalogStockConversion
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