pub enum StrandType {
Crick,
Watson,
}Expand description
StrandType. Type for strand.
FHIR version: 5.0.0.
Variants§
Crick
crick
Crick strand of starting sequence. Crick strand of starting sequence.
Watson
watson
Watson strand of starting sequence. Watson strand of starting sequence.
Trait Implementations§
Source§impl AsRef<str> for StrandType
impl AsRef<str> for StrandType
Source§impl Clone for StrandType
impl Clone for StrandType
Source§fn clone(&self) -> StrandType
fn clone(&self) -> StrandType
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 StrandType
impl Debug for StrandType
Source§impl<'de> Deserialize<'de> for StrandType
impl<'de> Deserialize<'de> for StrandType
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 StrandType
impl Display for StrandType
Source§impl From<StrandType> for CodeableConcept
impl From<StrandType> for CodeableConcept
Source§fn from(code: StrandType) -> Self
fn from(code: StrandType) -> Self
Converts to this type from the input type.
Source§impl From<StrandType> for Coding
impl From<StrandType> for Coding
Source§fn from(code: StrandType) -> Self
fn from(code: StrandType) -> Self
Converts to this type from the input type.
Source§impl FromStr for StrandType
impl FromStr for StrandType
Source§impl Hash for StrandType
impl Hash for StrandType
Source§impl PartialEq for StrandType
impl PartialEq for StrandType
Source§fn eq(&self, other: &StrandType) -> bool
fn eq(&self, other: &StrandType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for StrandType
impl Serialize for StrandType
impl Copy for StrandType
impl Eq for StrandType
impl StructuralPartialEq for StrandType
Auto Trait Implementations§
impl Freeze for StrandType
impl RefUnwindSafe for StrandType
impl Send for StrandType
impl Sync for StrandType
impl Unpin for StrandType
impl UnsafeUnpin for StrandType
impl UnwindSafe for StrandType
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