pub struct ProcessingJobsCreatepackagesV2RequestItem {Show 23 fields
pub expiration_date: Option<String>,
pub finish_date: Option<String>,
pub finish_note: Option<String>,
pub finish_processing_job: Option<bool>,
pub item: Option<String>,
pub job_name: Option<String>,
pub location: Option<String>,
pub note: Option<String>,
pub package_date: Option<String>,
pub patient_license_number: Option<String>,
pub production_batch_number: Option<String>,
pub quantity: Option<i64>,
pub sell_by_date: Option<String>,
pub sublocation: Option<String>,
pub tag: Option<String>,
pub unit_of_measure: Option<String>,
pub use_by_date: Option<String>,
pub waste_count_quantity: Option<String>,
pub waste_count_unit_of_measure_name: Option<String>,
pub waste_volume_quantity: Option<String>,
pub waste_volume_unit_of_measure_name: Option<String>,
pub waste_weight_quantity: Option<String>,
pub waste_weight_unit_of_measure_name: Option<String>,
}Fields§
§expiration_date: Option<String>§finish_date: Option<String>§finish_note: Option<String>§finish_processing_job: Option<bool>§item: Option<String>§job_name: Option<String>§location: Option<String>§note: Option<String>§package_date: Option<String>§patient_license_number: Option<String>§production_batch_number: Option<String>§quantity: Option<i64>§sell_by_date: Option<String>§sublocation: Option<String>§tag: Option<String>§unit_of_measure: Option<String>§use_by_date: Option<String>§waste_count_quantity: Option<String>§waste_count_unit_of_measure_name: Option<String>§waste_volume_quantity: Option<String>§waste_volume_unit_of_measure_name: Option<String>§waste_weight_quantity: Option<String>§waste_weight_unit_of_measure_name: Option<String>Trait Implementations§
Source§impl Clone for ProcessingJobsCreatepackagesV2RequestItem
impl Clone for ProcessingJobsCreatepackagesV2RequestItem
Source§fn clone(&self) -> ProcessingJobsCreatepackagesV2RequestItem
fn clone(&self) -> ProcessingJobsCreatepackagesV2RequestItem
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 ProcessingJobsCreatepackagesV2RequestItem
impl<'de> Deserialize<'de> for ProcessingJobsCreatepackagesV2RequestItem
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 ProcessingJobsCreatepackagesV2RequestItem
impl RefUnwindSafe for ProcessingJobsCreatepackagesV2RequestItem
impl Send for ProcessingJobsCreatepackagesV2RequestItem
impl Sync for ProcessingJobsCreatepackagesV2RequestItem
impl Unpin for ProcessingJobsCreatepackagesV2RequestItem
impl UnwindSafe for ProcessingJobsCreatepackagesV2RequestItem
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