pub struct CreateUpdateBatchProductsModel {
pub created_count: Option<i64>,
pub updated_count: Option<i64>,
}Fields§
§created_count: Option<i64>Number of the new created products
updated_count: Option<i64>Number of the existing products updated
Implementations§
Trait Implementations§
Source§impl Clone for CreateUpdateBatchProductsModel
impl Clone for CreateUpdateBatchProductsModel
Source§fn clone(&self) -> CreateUpdateBatchProductsModel
fn clone(&self) -> CreateUpdateBatchProductsModel
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 Default for CreateUpdateBatchProductsModel
impl Default for CreateUpdateBatchProductsModel
Source§fn default() -> CreateUpdateBatchProductsModel
fn default() -> CreateUpdateBatchProductsModel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateUpdateBatchProductsModel
impl<'de> Deserialize<'de> for CreateUpdateBatchProductsModel
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 CreateUpdateBatchProductsModel
impl PartialEq for CreateUpdateBatchProductsModel
Source§fn eq(&self, other: &CreateUpdateBatchProductsModel) -> bool
fn eq(&self, other: &CreateUpdateBatchProductsModel) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreateUpdateBatchProductsModel
Auto Trait Implementations§
impl Freeze for CreateUpdateBatchProductsModel
impl RefUnwindSafe for CreateUpdateBatchProductsModel
impl Send for CreateUpdateBatchProductsModel
impl Sync for CreateUpdateBatchProductsModel
impl Unpin for CreateUpdateBatchProductsModel
impl UnwindSafe for CreateUpdateBatchProductsModel
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