pub struct CanonicalResourceTypes;Expand description
https://haste.health/fhir/ValueSet/CanonicalResourceTypes
Implementations§
Source§impl CanonicalResourceTypes
impl CanonicalResourceTypes
Sourcepub fn activity_definition() -> BoundCode<Self>
pub fn activity_definition() -> BoundCode<Self>
ActivityDefinition
Sourcepub fn capability_statement() -> BoundCode<Self>
pub fn capability_statement() -> BoundCode<Self>
CapabilityStatement
Sourcepub fn charge_item_definition() -> BoundCode<Self>
pub fn charge_item_definition() -> BoundCode<Self>
ChargeItemDefinition
Sourcepub fn code_system() -> BoundCode<Self>
pub fn code_system() -> BoundCode<Self>
CodeSystem
Sourcepub fn compartment_definition() -> BoundCode<Self>
pub fn compartment_definition() -> BoundCode<Self>
CompartmentDefinition
Sourcepub fn concept_map() -> BoundCode<Self>
pub fn concept_map() -> BoundCode<Self>
ConceptMap
Sourcepub fn effect_evidence_synthesis() -> BoundCode<Self>
pub fn effect_evidence_synthesis() -> BoundCode<Self>
EffectEvidenceSynthesis
Sourcepub fn event_definition() -> BoundCode<Self>
pub fn event_definition() -> BoundCode<Self>
EventDefinition
Sourcepub fn evidence_variable() -> BoundCode<Self>
pub fn evidence_variable() -> BoundCode<Self>
EvidenceVariable
Sourcepub fn example_scenario() -> BoundCode<Self>
pub fn example_scenario() -> BoundCode<Self>
ExampleScenario
Sourcepub fn graph_definition() -> BoundCode<Self>
pub fn graph_definition() -> BoundCode<Self>
GraphDefinition
Sourcepub fn implementation_guide() -> BoundCode<Self>
pub fn implementation_guide() -> BoundCode<Self>
ImplementationGuide
Sourcepub fn message_definition() -> BoundCode<Self>
pub fn message_definition() -> BoundCode<Self>
MessageDefinition
Sourcepub fn naming_system() -> BoundCode<Self>
pub fn naming_system() -> BoundCode<Self>
NamingSystem
Sourcepub fn operation_definition() -> BoundCode<Self>
pub fn operation_definition() -> BoundCode<Self>
OperationDefinition
Sourcepub fn plan_definition() -> BoundCode<Self>
pub fn plan_definition() -> BoundCode<Self>
PlanDefinition
Sourcepub fn questionnaire() -> BoundCode<Self>
pub fn questionnaire() -> BoundCode<Self>
Questionnaire
Sourcepub fn research_definition() -> BoundCode<Self>
pub fn research_definition() -> BoundCode<Self>
ResearchDefinition
Sourcepub fn research_element_definition() -> BoundCode<Self>
pub fn research_element_definition() -> BoundCode<Self>
ResearchElementDefinition
Sourcepub fn risk_evidence_synthesis() -> BoundCode<Self>
pub fn risk_evidence_synthesis() -> BoundCode<Self>
RiskEvidenceSynthesis
Sourcepub fn search_parameter() -> BoundCode<Self>
pub fn search_parameter() -> BoundCode<Self>
SearchParameter
Sourcepub fn structure_definition() -> BoundCode<Self>
pub fn structure_definition() -> BoundCode<Self>
StructureDefinition
Sourcepub fn structure_map() -> BoundCode<Self>
pub fn structure_map() -> BoundCode<Self>
StructureMap
Sourcepub fn terminology_capabilities() -> BoundCode<Self>
pub fn terminology_capabilities() -> BoundCode<Self>
TerminologyCapabilities
Sourcepub fn test_script() -> BoundCode<Self>
pub fn test_script() -> BoundCode<Self>
TestScript
pub fn null() -> BoundCode<Self>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CanonicalResourceTypes
impl RefUnwindSafe for CanonicalResourceTypes
impl Send for CanonicalResourceTypes
impl Sync for CanonicalResourceTypes
impl Unpin for CanonicalResourceTypes
impl UnsafeUnpin for CanonicalResourceTypes
impl UnwindSafe for CanonicalResourceTypes
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
impl<T> ErasedDestructor for Twhere
T: 'static,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more