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