pub enum SpecimenContainedPreference {
Alternate,
Preferred,
}Expand description
SpecimenContainedPreference. Degree of preference of a type of conditioned specimen.
FHIR version: 5.0.0.
Variants§
Alternate
alternate
Alternate. This type of conditioned specimen is an alternate.
Preferred
preferred
Preferred. This type of contained specimen is preferred to collect this kind of specimen.
Trait Implementations§
Source§impl AsRef<str> for SpecimenContainedPreference
impl AsRef<str> for SpecimenContainedPreference
Source§impl Clone for SpecimenContainedPreference
impl Clone for SpecimenContainedPreference
Source§fn clone(&self) -> SpecimenContainedPreference
fn clone(&self) -> SpecimenContainedPreference
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 SpecimenContainedPreference
impl Debug for SpecimenContainedPreference
Source§impl<'de> Deserialize<'de> for SpecimenContainedPreference
impl<'de> Deserialize<'de> for SpecimenContainedPreference
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<SpecimenContainedPreference> for CodeableConcept
impl From<SpecimenContainedPreference> for CodeableConcept
Source§fn from(code: SpecimenContainedPreference) -> Self
fn from(code: SpecimenContainedPreference) -> Self
Converts to this type from the input type.
Source§impl From<SpecimenContainedPreference> for Coding
impl From<SpecimenContainedPreference> for Coding
Source§fn from(code: SpecimenContainedPreference) -> Self
fn from(code: SpecimenContainedPreference) -> Self
Converts to this type from the input type.
Source§impl Hash for SpecimenContainedPreference
impl Hash for SpecimenContainedPreference
Source§impl PartialEq for SpecimenContainedPreference
impl PartialEq for SpecimenContainedPreference
Source§fn eq(&self, other: &SpecimenContainedPreference) -> bool
fn eq(&self, other: &SpecimenContainedPreference) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SpecimenContainedPreference
impl Eq for SpecimenContainedPreference
impl StructuralPartialEq for SpecimenContainedPreference
Auto Trait Implementations§
impl Freeze for SpecimenContainedPreference
impl RefUnwindSafe for SpecimenContainedPreference
impl Send for SpecimenContainedPreference
impl Sync for SpecimenContainedPreference
impl Unpin for SpecimenContainedPreference
impl UnsafeUnpin for SpecimenContainedPreference
impl UnwindSafe for SpecimenContainedPreference
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