pub struct ProcessingJobsUpdateFinishV2RequestItem {
pub finish_date: Option<String>,
pub finish_note: Option<String>,
pub id: Option<i64>,
pub total_count_waste: Option<String>,
pub total_volume_waste: Option<String>,
pub total_weight_waste: Option<i64>,
pub waste_count_unit_of_measure_name: Option<String>,
pub waste_volume_unit_of_measure_name: Option<String>,
pub waste_weight_unit_of_measure_name: Option<String>,
}Fields§
§finish_date: Option<String>§finish_note: Option<String>§id: Option<i64>§total_count_waste: Option<String>§total_volume_waste: Option<String>§total_weight_waste: Option<i64>§waste_count_unit_of_measure_name: Option<String>§waste_volume_unit_of_measure_name: Option<String>§waste_weight_unit_of_measure_name: Option<String>Trait Implementations§
Source§impl Clone for ProcessingJobsUpdateFinishV2RequestItem
impl Clone for ProcessingJobsUpdateFinishV2RequestItem
Source§fn clone(&self) -> ProcessingJobsUpdateFinishV2RequestItem
fn clone(&self) -> ProcessingJobsUpdateFinishV2RequestItem
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 ProcessingJobsUpdateFinishV2RequestItem
impl<'de> Deserialize<'de> for ProcessingJobsUpdateFinishV2RequestItem
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 ProcessingJobsUpdateFinishV2RequestItem
impl RefUnwindSafe for ProcessingJobsUpdateFinishV2RequestItem
impl Send for ProcessingJobsUpdateFinishV2RequestItem
impl Sync for ProcessingJobsUpdateFinishV2RequestItem
impl Unpin for ProcessingJobsUpdateFinishV2RequestItem
impl UnwindSafe for ProcessingJobsUpdateFinishV2RequestItem
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