pub struct PlantsCreateAdditivesV2RequestItem {
pub active_ingredients: Option<Vec<PlantsCreateAdditivesV2RequestItemActiveIngredients>>,
pub actual_date: Option<String>,
pub additive_type: Option<String>,
pub application_device: Option<String>,
pub epa_registration_number: Option<String>,
pub plant_labels: Option<Vec<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<PlantsCreateAdditivesV2RequestItemActiveIngredients>>§actual_date: Option<String>§additive_type: Option<String>§application_device: Option<String>§epa_registration_number: Option<String>§plant_labels: Option<Vec<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 PlantsCreateAdditivesV2RequestItem
impl Clone for PlantsCreateAdditivesV2RequestItem
Source§fn clone(&self) -> PlantsCreateAdditivesV2RequestItem
fn clone(&self) -> PlantsCreateAdditivesV2RequestItem
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 PlantsCreateAdditivesV2RequestItem
impl<'de> Deserialize<'de> for PlantsCreateAdditivesV2RequestItem
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 PlantsCreateAdditivesV2RequestItem
impl RefUnwindSafe for PlantsCreateAdditivesV2RequestItem
impl Send for PlantsCreateAdditivesV2RequestItem
impl Sync for PlantsCreateAdditivesV2RequestItem
impl Unpin for PlantsCreateAdditivesV2RequestItem
impl UnwindSafe for PlantsCreateAdditivesV2RequestItem
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