pub enum SubstanceSourceMaterialType {
Animal,
Mineral,
Plant,
}Expand description
SubstanceSourceMaterialType. SubstanceSourceMaterialType
FHIR version: 5.0.0.
Variants§
Trait Implementations§
Source§impl AsRef<str> for SubstanceSourceMaterialType
impl AsRef<str> for SubstanceSourceMaterialType
Source§impl Clone for SubstanceSourceMaterialType
impl Clone for SubstanceSourceMaterialType
Source§fn clone(&self) -> SubstanceSourceMaterialType
fn clone(&self) -> SubstanceSourceMaterialType
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 SubstanceSourceMaterialType
impl Debug for SubstanceSourceMaterialType
Source§impl<'de> Deserialize<'de> for SubstanceSourceMaterialType
impl<'de> Deserialize<'de> for SubstanceSourceMaterialType
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 From<SubstanceSourceMaterialType> for CodeableConcept
impl From<SubstanceSourceMaterialType> for CodeableConcept
Source§fn from(code: SubstanceSourceMaterialType) -> Self
fn from(code: SubstanceSourceMaterialType) -> Self
Converts to this type from the input type.
Source§impl From<SubstanceSourceMaterialType> for Coding
impl From<SubstanceSourceMaterialType> for Coding
Source§fn from(code: SubstanceSourceMaterialType) -> Self
fn from(code: SubstanceSourceMaterialType) -> Self
Converts to this type from the input type.
Source§impl Hash for SubstanceSourceMaterialType
impl Hash for SubstanceSourceMaterialType
Source§impl PartialEq for SubstanceSourceMaterialType
impl PartialEq for SubstanceSourceMaterialType
Source§fn eq(&self, other: &SubstanceSourceMaterialType) -> bool
fn eq(&self, other: &SubstanceSourceMaterialType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SubstanceSourceMaterialType
impl Eq for SubstanceSourceMaterialType
impl StructuralPartialEq for SubstanceSourceMaterialType
Auto Trait Implementations§
impl Freeze for SubstanceSourceMaterialType
impl RefUnwindSafe for SubstanceSourceMaterialType
impl Send for SubstanceSourceMaterialType
impl Sync for SubstanceSourceMaterialType
impl Unpin for SubstanceSourceMaterialType
impl UnsafeUnpin for SubstanceSourceMaterialType
impl UnwindSafe for SubstanceSourceMaterialType
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