pub enum ResearchStudyFocusType {
Device,
Factor,
Intervention,
Medication,
}Expand description
ResearchStudyFocusType. Codes for the main intent of the study.
FHIR version: 5.0.0.
Variants§
Device
device
Device.
Factor
factor
Factor.
Intervention
intervention
Intervention.
Medication
medication
Medication.
Trait Implementations§
Source§impl AsRef<str> for ResearchStudyFocusType
impl AsRef<str> for ResearchStudyFocusType
Source§impl Clone for ResearchStudyFocusType
impl Clone for ResearchStudyFocusType
Source§fn clone(&self) -> ResearchStudyFocusType
fn clone(&self) -> ResearchStudyFocusType
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 ResearchStudyFocusType
impl Debug for ResearchStudyFocusType
Source§impl<'de> Deserialize<'de> for ResearchStudyFocusType
impl<'de> Deserialize<'de> for ResearchStudyFocusType
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 ResearchStudyFocusType
impl Display for ResearchStudyFocusType
Source§impl From<ResearchStudyFocusType> for CodeableConcept
impl From<ResearchStudyFocusType> for CodeableConcept
Source§fn from(code: ResearchStudyFocusType) -> Self
fn from(code: ResearchStudyFocusType) -> Self
Converts to this type from the input type.
Source§impl From<ResearchStudyFocusType> for Coding
impl From<ResearchStudyFocusType> for Coding
Source§fn from(code: ResearchStudyFocusType) -> Self
fn from(code: ResearchStudyFocusType) -> Self
Converts to this type from the input type.
Source§impl FromStr for ResearchStudyFocusType
impl FromStr for ResearchStudyFocusType
Source§impl Hash for ResearchStudyFocusType
impl Hash for ResearchStudyFocusType
Source§impl PartialEq for ResearchStudyFocusType
impl PartialEq for ResearchStudyFocusType
Source§fn eq(&self, other: &ResearchStudyFocusType) -> bool
fn eq(&self, other: &ResearchStudyFocusType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ResearchStudyFocusType
impl Serialize for ResearchStudyFocusType
impl Copy for ResearchStudyFocusType
impl Eq for ResearchStudyFocusType
impl StructuralPartialEq for ResearchStudyFocusType
Auto Trait Implementations§
impl Freeze for ResearchStudyFocusType
impl RefUnwindSafe for ResearchStudyFocusType
impl Send for ResearchStudyFocusType
impl Sync for ResearchStudyFocusType
impl Unpin for ResearchStudyFocusType
impl UnsafeUnpin for ResearchStudyFocusType
impl UnwindSafe for ResearchStudyFocusType
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