pub struct PlantBatchesCreateAdditivesV1RequestItem {
pub active_ingredients: Option<Vec<PlantBatchesCreateAdditivesV1RequestItemActiveIngredients>>,
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<PlantBatchesCreateAdditivesV1RequestItemActiveIngredients>>§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 PlantBatchesCreateAdditivesV1RequestItem
impl Clone for PlantBatchesCreateAdditivesV1RequestItem
Source§fn clone(&self) -> PlantBatchesCreateAdditivesV1RequestItem
fn clone(&self) -> PlantBatchesCreateAdditivesV1RequestItem
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 PlantBatchesCreateAdditivesV1RequestItem
impl<'de> Deserialize<'de> for PlantBatchesCreateAdditivesV1RequestItem
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 PlantBatchesCreateAdditivesV1RequestItem
impl RefUnwindSafe for PlantBatchesCreateAdditivesV1RequestItem
impl Send for PlantBatchesCreateAdditivesV1RequestItem
impl Sync for PlantBatchesCreateAdditivesV1RequestItem
impl Unpin for PlantBatchesCreateAdditivesV1RequestItem
impl UnwindSafe for PlantBatchesCreateAdditivesV1RequestItem
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