pub struct ProcessingJob {Show 36 fields
pub count_unit_of_measure_abbreviation: Option<String>,
pub count_unit_of_measure_id: Option<i64>,
pub count_unit_of_measure_name: Option<String>,
pub finish_note: Option<String>,
pub finished_date: Option<String>,
pub id: Option<i64>,
pub is_finished: Option<bool>,
pub job_type_id: Option<i64>,
pub job_type_name: Option<String>,
pub name: Option<String>,
pub number: Option<String>,
pub packages: Option<Vec<Value>>,
pub start_date: Option<String>,
pub total_count: Option<i64>,
pub total_count_waste: Option<String>,
pub total_quantity: Option<f64>,
pub total_unit_of_measure_id: Option<i64>,
pub total_volume: Option<f64>,
pub total_volume_waste: Option<String>,
pub total_weight: Option<f64>,
pub total_weight_waste: Option<String>,
pub volume_unit_of_measure_abbreviation: Option<String>,
pub volume_unit_of_measure_id: Option<i64>,
pub volume_unit_of_measure_name: Option<String>,
pub waste_count_unit_of_measure_abbreviation: Option<String>,
pub waste_count_unit_of_measure_id: Option<i64>,
pub waste_count_unit_of_measure_name: Option<String>,
pub waste_volume_unit_of_measure_abbreviation: Option<String>,
pub waste_volume_unit_of_measure_id: Option<i64>,
pub waste_volume_unit_of_measure_name: Option<String>,
pub waste_weight_unit_of_measure_abbreviation: Option<String>,
pub waste_weight_unit_of_measure_id: Option<i64>,
pub waste_weight_unit_of_measure_name: Option<String>,
pub weight_unit_of_measure_abbreviation: Option<String>,
pub weight_unit_of_measure_id: Option<i64>,
pub weight_unit_of_measure_name: Option<String>,
}Fields§
§count_unit_of_measure_abbreviation: Option<String>§count_unit_of_measure_id: Option<i64>§count_unit_of_measure_name: Option<String>§finish_note: Option<String>§finished_date: Option<String>§id: Option<i64>§is_finished: Option<bool>§job_type_id: Option<i64>§job_type_name: Option<String>§name: Option<String>§number: Option<String>§packages: Option<Vec<Value>>§start_date: Option<String>§total_count: Option<i64>§total_count_waste: Option<String>§total_quantity: Option<f64>§total_unit_of_measure_id: Option<i64>§total_volume: Option<f64>§total_volume_waste: Option<String>§total_weight: Option<f64>§total_weight_waste: Option<String>§volume_unit_of_measure_abbreviation: Option<String>§volume_unit_of_measure_id: Option<i64>§volume_unit_of_measure_name: Option<String>§waste_count_unit_of_measure_abbreviation: Option<String>§waste_count_unit_of_measure_id: Option<i64>§waste_count_unit_of_measure_name: Option<String>§waste_volume_unit_of_measure_abbreviation: Option<String>§waste_volume_unit_of_measure_id: Option<i64>§waste_volume_unit_of_measure_name: Option<String>§waste_weight_unit_of_measure_abbreviation: Option<String>§waste_weight_unit_of_measure_id: Option<i64>§waste_weight_unit_of_measure_name: Option<String>§weight_unit_of_measure_abbreviation: Option<String>§weight_unit_of_measure_id: Option<i64>§weight_unit_of_measure_name: Option<String>Trait Implementations§
Source§impl Clone for ProcessingJob
impl Clone for ProcessingJob
Source§fn clone(&self) -> ProcessingJob
fn clone(&self) -> ProcessingJob
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 ProcessingJob
impl Debug for ProcessingJob
Source§impl<'de> Deserialize<'de> for ProcessingJob
impl<'de> Deserialize<'de> for ProcessingJob
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 ProcessingJob
impl RefUnwindSafe for ProcessingJob
impl Send for ProcessingJob
impl Sync for ProcessingJob
impl Unpin for ProcessingJob
impl UnsafeUnpin for ProcessingJob
impl UnwindSafe for ProcessingJob
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