pub struct DataTypes;Expand description
http://hl7.org/fhir/ValueSet/data-types
Implementations§
Source§impl DataTypes
impl DataTypes
Sourcepub fn annotation() -> BoundCode<Self>
pub fn annotation() -> BoundCode<Self>
Annotation
Sourcepub fn attachment() -> BoundCode<Self>
pub fn attachment() -> BoundCode<Self>
Attachment
Sourcepub fn backbone_element() -> BoundCode<Self>
pub fn backbone_element() -> BoundCode<Self>
BackboneElement
Sourcepub fn codeable_concept() -> BoundCode<Self>
pub fn codeable_concept() -> BoundCode<Self>
CodeableConcept
Sourcepub fn contact_detail() -> BoundCode<Self>
pub fn contact_detail() -> BoundCode<Self>
ContactDetail
Sourcepub fn contact_point() -> BoundCode<Self>
pub fn contact_point() -> BoundCode<Self>
ContactPoint
Sourcepub fn contributor() -> BoundCode<Self>
pub fn contributor() -> BoundCode<Self>
Contributor
Sourcepub fn data_requirement() -> BoundCode<Self>
pub fn data_requirement() -> BoundCode<Self>
DataRequirement
Sourcepub fn element_definition() -> BoundCode<Self>
pub fn element_definition() -> BoundCode<Self>
ElementDefinition
Sourcepub fn expression() -> BoundCode<Self>
pub fn expression() -> BoundCode<Self>
Expression
Sourcepub fn human_name() -> BoundCode<Self>
pub fn human_name() -> BoundCode<Self>
HumanName
Sourcepub fn identifier_() -> BoundCode<Self>
pub fn identifier_() -> BoundCode<Self>
Identifier
Sourcepub fn marketing_status() -> BoundCode<Self>
pub fn marketing_status() -> BoundCode<Self>
MarketingStatus
Sourcepub fn money_quantity() -> BoundCode<Self>
pub fn money_quantity() -> BoundCode<Self>
MoneyQuantity
Sourcepub fn parameter_definition() -> BoundCode<Self>
pub fn parameter_definition() -> BoundCode<Self>
ParameterDefinition
Sourcepub fn population() -> BoundCode<Self>
pub fn population() -> BoundCode<Self>
Population
Sourcepub fn prod_characteristic() -> BoundCode<Self>
pub fn prod_characteristic() -> BoundCode<Self>
ProdCharacteristic
Sourcepub fn product_shelf_life() -> BoundCode<Self>
pub fn product_shelf_life() -> BoundCode<Self>
ProductShelfLife
RelatedArtifact
Sourcepub fn sampled_data() -> BoundCode<Self>
pub fn sampled_data() -> BoundCode<Self>
SampledData
Sourcepub fn simple_quantity() -> BoundCode<Self>
pub fn simple_quantity() -> BoundCode<Self>
SimpleQuantity
Sourcepub fn substance_amount() -> BoundCode<Self>
pub fn substance_amount() -> BoundCode<Self>
SubstanceAmount
Sourcepub fn trigger_definition() -> BoundCode<Self>
pub fn trigger_definition() -> BoundCode<Self>
TriggerDefinition
Sourcepub fn usage_context() -> BoundCode<Self>
pub fn usage_context() -> BoundCode<Self>
UsageContext
Sourcepub fn base64_binary() -> BoundCode<Self>
pub fn base64_binary() -> BoundCode<Self>
base64Binary
Sourcepub fn positive_int() -> BoundCode<Self>
pub fn positive_int() -> BoundCode<Self>
positiveInt
Sourcepub fn unsigned_int() -> BoundCode<Self>
pub fn unsigned_int() -> BoundCode<Self>
unsignedInt
pub fn null() -> BoundCode<Self>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DataTypes
impl RefUnwindSafe for DataTypes
impl Send for DataTypes
impl Sync for DataTypes
impl Unpin for DataTypes
impl UnsafeUnpin for DataTypes
impl UnwindSafe for DataTypes
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