pub struct AdditivesTemplatesCreateV2RequestItem {
pub active_ingredients: Option<Vec<AdditivesTemplatesCreateV2RequestItemActiveIngredients>>,
pub additive_type: Option<String>,
pub application_device: Option<String>,
pub epa_registration_number: Option<String>,
pub name: Option<String>,
pub note: Option<String>,
pub product_supplier: Option<String>,
pub product_trade_name: Option<String>,
pub restrictive_entry_interval_quantity_description: Option<String>,
pub restrictive_entry_interval_time_description: Option<String>,
}Fields§
§active_ingredients: Option<Vec<AdditivesTemplatesCreateV2RequestItemActiveIngredients>>§additive_type: Option<String>§application_device: Option<String>§epa_registration_number: Option<String>§name: Option<String>§note: Option<String>§product_supplier: Option<String>§product_trade_name: Option<String>§restrictive_entry_interval_quantity_description: Option<String>§restrictive_entry_interval_time_description: Option<String>Trait Implementations§
Source§impl Clone for AdditivesTemplatesCreateV2RequestItem
impl Clone for AdditivesTemplatesCreateV2RequestItem
Source§fn clone(&self) -> AdditivesTemplatesCreateV2RequestItem
fn clone(&self) -> AdditivesTemplatesCreateV2RequestItem
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 AdditivesTemplatesCreateV2RequestItem
impl<'de> Deserialize<'de> for AdditivesTemplatesCreateV2RequestItem
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 AdditivesTemplatesCreateV2RequestItem
impl RefUnwindSafe for AdditivesTemplatesCreateV2RequestItem
impl Send for AdditivesTemplatesCreateV2RequestItem
impl Sync for AdditivesTemplatesCreateV2RequestItem
impl Unpin for AdditivesTemplatesCreateV2RequestItem
impl UnwindSafe for AdditivesTemplatesCreateV2RequestItem
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