pub struct ProcessingJobsUpdateFinishV1RequestItem {
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 ProcessingJobsUpdateFinishV1RequestItem
impl Clone for ProcessingJobsUpdateFinishV1RequestItem
Source§fn clone(&self) -> ProcessingJobsUpdateFinishV1RequestItem
fn clone(&self) -> ProcessingJobsUpdateFinishV1RequestItem
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 ProcessingJobsUpdateFinishV1RequestItem
impl<'de> Deserialize<'de> for ProcessingJobsUpdateFinishV1RequestItem
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 ProcessingJobsUpdateFinishV1RequestItem
impl RefUnwindSafe for ProcessingJobsUpdateFinishV1RequestItem
impl Send for ProcessingJobsUpdateFinishV1RequestItem
impl Sync for ProcessingJobsUpdateFinishV1RequestItem
impl Unpin for ProcessingJobsUpdateFinishV1RequestItem
impl UnwindSafe for ProcessingJobsUpdateFinishV1RequestItem
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