pub enum GenomicStudyChangeType {
Aa,
Chr,
Cnv,
Dna,
Rna,
}Expand description
GenomicStudyChangeType. The change type relevant to GenomicStudy analysis.
FHIR version: 5.0.0.
Variants§
Aa
AA
Protein/amino Acids change . Change that involves Amino Acid (AA) or protein sequences.
Chr
CHR
Chromosomal changes. Change that involves number or strcture of chromosomes.
Cnv
CNV
Copy number variations. Change that involves copy number variations among various genomes.
Dna
DNA
DNA change. Change that involves Deoxyribonucleic acid (DNA) sequences.
Rna
RNA
RNA change. Change that involves Ribonucleic Acid (RNA) sequences.
Trait Implementations§
Source§impl AsRef<str> for GenomicStudyChangeType
impl AsRef<str> for GenomicStudyChangeType
Source§impl Clone for GenomicStudyChangeType
impl Clone for GenomicStudyChangeType
Source§fn clone(&self) -> GenomicStudyChangeType
fn clone(&self) -> GenomicStudyChangeType
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 GenomicStudyChangeType
impl Debug for GenomicStudyChangeType
Source§impl<'de> Deserialize<'de> for GenomicStudyChangeType
impl<'de> Deserialize<'de> for GenomicStudyChangeType
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 GenomicStudyChangeType
impl Display for GenomicStudyChangeType
Source§impl From<GenomicStudyChangeType> for CodeableConcept
impl From<GenomicStudyChangeType> for CodeableConcept
Source§fn from(code: GenomicStudyChangeType) -> Self
fn from(code: GenomicStudyChangeType) -> Self
Converts to this type from the input type.
Source§impl From<GenomicStudyChangeType> for Coding
impl From<GenomicStudyChangeType> for Coding
Source§fn from(code: GenomicStudyChangeType) -> Self
fn from(code: GenomicStudyChangeType) -> Self
Converts to this type from the input type.
Source§impl FromStr for GenomicStudyChangeType
impl FromStr for GenomicStudyChangeType
Source§impl Hash for GenomicStudyChangeType
impl Hash for GenomicStudyChangeType
Source§impl PartialEq for GenomicStudyChangeType
impl PartialEq for GenomicStudyChangeType
Source§fn eq(&self, other: &GenomicStudyChangeType) -> bool
fn eq(&self, other: &GenomicStudyChangeType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GenomicStudyChangeType
impl Serialize for GenomicStudyChangeType
impl Copy for GenomicStudyChangeType
impl Eq for GenomicStudyChangeType
impl StructuralPartialEq for GenomicStudyChangeType
Auto Trait Implementations§
impl Freeze for GenomicStudyChangeType
impl RefUnwindSafe for GenomicStudyChangeType
impl Send for GenomicStudyChangeType
impl Sync for GenomicStudyChangeType
impl Unpin for GenomicStudyChangeType
impl UnsafeUnpin for GenomicStudyChangeType
impl UnwindSafe for GenomicStudyChangeType
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