pub struct IngredientSubstanceStrengthReferenceStrengthBackboneElement {
pub id: Option<String>,
pub extension: Option<Vec<Extension>>,
pub modifier_extension: Option<Vec<Extension>>,
pub substance: Option<CodeableReference>,
pub strength: Option<Quantity>,
pub measurement_point: Option<StringDt>,
pub country: Option<Vec<CodeableConcept>>,
}
Fields§
§id: Option<String>
Unique id for inter-element referencing
extension: Option<Vec<Extension>>
Additional content defined by implementations
modifier_extension: Option<Vec<Extension>>
Extensions that cannot be ignored even if unrecognized
substance: Option<CodeableReference>
Relevant reference substance
strength: Option<Quantity>
Strength expressed in terms of a reference substance
measurement_point: Option<StringDt>
When strength is measured at a particular point or distance
country: Option<Vec<CodeableConcept>>
Where the strength range applies
Trait Implementations§
Source§impl Clone for IngredientSubstanceStrengthReferenceStrengthBackboneElement
impl Clone for IngredientSubstanceStrengthReferenceStrengthBackboneElement
Source§fn clone(&self) -> IngredientSubstanceStrengthReferenceStrengthBackboneElement
fn clone(&self) -> IngredientSubstanceStrengthReferenceStrengthBackboneElement
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 Convert for IngredientSubstanceStrengthReferenceStrengthBackboneElement
impl Convert for IngredientSubstanceStrengthReferenceStrengthBackboneElement
fn to_integer(&self) -> Result<Integer>
fn to_decimal(&self) -> Result<Decimal>
fn to_strings(&self) -> Result<String>
fn to_datetime(&self) -> Result<DateTime>
fn to_boolean(&self) -> Result<Boolean>
Source§impl Default for IngredientSubstanceStrengthReferenceStrengthBackboneElement
impl Default for IngredientSubstanceStrengthReferenceStrengthBackboneElement
Source§fn default() -> IngredientSubstanceStrengthReferenceStrengthBackboneElement
fn default() -> IngredientSubstanceStrengthReferenceStrengthBackboneElement
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IngredientSubstanceStrengthReferenceStrengthBackboneElement
impl<'de> Deserialize<'de> for IngredientSubstanceStrengthReferenceStrengthBackboneElement
fn deserialize<De>(deserializer: De) -> Result<Self>where
De: Deserializer<'de>,
Source§impl Executor for IngredientSubstanceStrengthReferenceStrengthBackboneElement
impl Executor for IngredientSubstanceStrengthReferenceStrengthBackboneElement
fn element(&self, symbol: &String, index: &Option<usize>) -> Result<Collection>
fn to_collection(&self, index: &Option<usize>) -> Collection
fn child(&self, _index: usize) -> Result<Collection>
impl DataType for IngredientSubstanceStrengthReferenceStrengthBackboneElement
Auto Trait Implementations§
impl Freeze for IngredientSubstanceStrengthReferenceStrengthBackboneElement
impl RefUnwindSafe for IngredientSubstanceStrengthReferenceStrengthBackboneElement
impl Send for IngredientSubstanceStrengthReferenceStrengthBackboneElement
impl Sync for IngredientSubstanceStrengthReferenceStrengthBackboneElement
impl Unpin for IngredientSubstanceStrengthReferenceStrengthBackboneElement
impl UnwindSafe for IngredientSubstanceStrengthReferenceStrengthBackboneElement
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