pub struct AdditivesTemplate {Show 15 fields
pub active_ingredients: Option<Vec<AdditivesTemplateActiveIngredientsItem>>,
pub additive_type: Option<String>,
pub additive_type_name: Option<String>,
pub application_device: Option<String>,
pub epa_registration_number: Option<String>,
pub facility_id: Option<i64>,
pub id: Option<i64>,
pub is_active: Option<bool>,
pub last_modified: 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<AdditivesTemplateActiveIngredientsItem>>§additive_type: Option<String>§additive_type_name: Option<String>§application_device: Option<String>§epa_registration_number: Option<String>§facility_id: Option<i64>§id: Option<i64>§is_active: Option<bool>§last_modified: 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 AdditivesTemplate
impl Clone for AdditivesTemplate
Source§fn clone(&self) -> AdditivesTemplate
fn clone(&self) -> AdditivesTemplate
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 Debug for AdditivesTemplate
impl Debug for AdditivesTemplate
Source§impl<'de> Deserialize<'de> for AdditivesTemplate
impl<'de> Deserialize<'de> for AdditivesTemplate
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 AdditivesTemplate
impl RefUnwindSafe for AdditivesTemplate
impl Send for AdditivesTemplate
impl Sync for AdditivesTemplate
impl Unpin for AdditivesTemplate
impl UnsafeUnpin for AdditivesTemplate
impl UnwindSafe for AdditivesTemplate
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