pub enum IngredientFunction {
AlkalizingAgent,
Antioxidant,
}Expand description
IngredientFunction. A classification of the ingredient identifying its precise purpose(s) in the drug product (beyond e.g. active/inactive).
FHIR version: 5.0.0.
Variants§
Trait Implementations§
Source§impl AsRef<str> for IngredientFunction
impl AsRef<str> for IngredientFunction
Source§impl Clone for IngredientFunction
impl Clone for IngredientFunction
Source§fn clone(&self) -> IngredientFunction
fn clone(&self) -> IngredientFunction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 IngredientFunction
impl Debug for IngredientFunction
Source§impl<'de> Deserialize<'de> for IngredientFunction
impl<'de> Deserialize<'de> for IngredientFunction
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
Source§impl Display for IngredientFunction
impl Display for IngredientFunction
Source§impl From<IngredientFunction> for CodeableConcept
impl From<IngredientFunction> for CodeableConcept
Source§fn from(code: IngredientFunction) -> Self
fn from(code: IngredientFunction) -> Self
Converts to this type from the input type.
Source§impl From<IngredientFunction> for Coding
impl From<IngredientFunction> for Coding
Source§fn from(code: IngredientFunction) -> Self
fn from(code: IngredientFunction) -> Self
Converts to this type from the input type.
Source§impl FromStr for IngredientFunction
impl FromStr for IngredientFunction
Source§impl Hash for IngredientFunction
impl Hash for IngredientFunction
Source§impl PartialEq for IngredientFunction
impl PartialEq for IngredientFunction
Source§fn eq(&self, other: &IngredientFunction) -> bool
fn eq(&self, other: &IngredientFunction) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for IngredientFunction
impl Serialize for IngredientFunction
impl Copy for IngredientFunction
impl Eq for IngredientFunction
impl StructuralPartialEq for IngredientFunction
Auto Trait Implementations§
impl Freeze for IngredientFunction
impl RefUnwindSafe for IngredientFunction
impl Send for IngredientFunction
impl Sync for IngredientFunction
impl Unpin for IngredientFunction
impl UnsafeUnpin for IngredientFunction
impl UnwindSafe for IngredientFunction
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