pub struct PlantBatchesCreateAdditivesV2RequestItem {
pub active_ingredients: Option<Vec<PlantBatchesCreateAdditivesV2RequestItemActiveIngredients>>,
pub actual_date: Option<String>,
pub additive_type: Option<String>,
pub application_device: Option<String>,
pub epa_registration_number: Option<String>,
pub plant_batch_name: Option<String>,
pub product_supplier: Option<String>,
pub product_trade_name: Option<String>,
pub total_amount_applied: Option<i64>,
pub total_amount_unit_of_measure: Option<String>,
}Fields§
§active_ingredients: Option<Vec<PlantBatchesCreateAdditivesV2RequestItemActiveIngredients>>§actual_date: Option<String>§additive_type: Option<String>§application_device: Option<String>§epa_registration_number: Option<String>§plant_batch_name: Option<String>§product_supplier: Option<String>§product_trade_name: Option<String>§total_amount_applied: Option<i64>§total_amount_unit_of_measure: Option<String>Trait Implementations§
Source§impl Clone for PlantBatchesCreateAdditivesV2RequestItem
impl Clone for PlantBatchesCreateAdditivesV2RequestItem
Source§fn clone(&self) -> PlantBatchesCreateAdditivesV2RequestItem
fn clone(&self) -> PlantBatchesCreateAdditivesV2RequestItem
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 PlantBatchesCreateAdditivesV2RequestItem
impl<'de> Deserialize<'de> for PlantBatchesCreateAdditivesV2RequestItem
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 PlantBatchesCreateAdditivesV2RequestItem
impl RefUnwindSafe for PlantBatchesCreateAdditivesV2RequestItem
impl Send for PlantBatchesCreateAdditivesV2RequestItem
impl Sync for PlantBatchesCreateAdditivesV2RequestItem
impl Unpin for PlantBatchesCreateAdditivesV2RequestItem
impl UnwindSafe for PlantBatchesCreateAdditivesV2RequestItem
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