pub enum SubstanceWeightMethod {
Calculated,
EndGroupAnalysis,
EndGroupTitration,
GelPermeationCentrifugation,
LighScattering,
SdsPage,
SizeExclusionChromatography,
Viscosity,
}Expand description
SubstanceWeightMethod. SubstanceWeightMethod
FHIR version: 5.0.0.
Variants§
Calculated
Calculated
calculated.
EndGroupAnalysis
End-groupAnalysis
End-group analysis.
EndGroupTitration
End-groupTitration
End-group titration.
GelPermeationCentrifugation
GelPermeationCentrifugation
gel permeation centrifugation.
LighScattering
LighScattering
light scattering.
SdsPage
SDS-PAGE
SDS-PAGE (sodium dodecyl sulfate-polyacrylamide gel electrophoresis).
SizeExclusionChromatography
Size-ExclusionChromatography
Size-exclusion chromatography.
Viscosity
Viscosity
viscosity.
Trait Implementations§
Source§impl AsRef<str> for SubstanceWeightMethod
impl AsRef<str> for SubstanceWeightMethod
Source§impl Clone for SubstanceWeightMethod
impl Clone for SubstanceWeightMethod
Source§fn clone(&self) -> SubstanceWeightMethod
fn clone(&self) -> SubstanceWeightMethod
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 SubstanceWeightMethod
impl Debug for SubstanceWeightMethod
Source§impl<'de> Deserialize<'de> for SubstanceWeightMethod
impl<'de> Deserialize<'de> for SubstanceWeightMethod
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 SubstanceWeightMethod
impl Display for SubstanceWeightMethod
Source§impl From<SubstanceWeightMethod> for CodeableConcept
impl From<SubstanceWeightMethod> for CodeableConcept
Source§fn from(code: SubstanceWeightMethod) -> Self
fn from(code: SubstanceWeightMethod) -> Self
Converts to this type from the input type.
Source§impl From<SubstanceWeightMethod> for Coding
impl From<SubstanceWeightMethod> for Coding
Source§fn from(code: SubstanceWeightMethod) -> Self
fn from(code: SubstanceWeightMethod) -> Self
Converts to this type from the input type.
Source§impl FromStr for SubstanceWeightMethod
impl FromStr for SubstanceWeightMethod
Source§impl Hash for SubstanceWeightMethod
impl Hash for SubstanceWeightMethod
Source§impl PartialEq for SubstanceWeightMethod
impl PartialEq for SubstanceWeightMethod
Source§fn eq(&self, other: &SubstanceWeightMethod) -> bool
fn eq(&self, other: &SubstanceWeightMethod) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SubstanceWeightMethod
impl Serialize for SubstanceWeightMethod
impl Copy for SubstanceWeightMethod
impl Eq for SubstanceWeightMethod
impl StructuralPartialEq for SubstanceWeightMethod
Auto Trait Implementations§
impl Freeze for SubstanceWeightMethod
impl RefUnwindSafe for SubstanceWeightMethod
impl Send for SubstanceWeightMethod
impl Sync for SubstanceWeightMethod
impl Unpin for SubstanceWeightMethod
impl UnsafeUnpin for SubstanceWeightMethod
impl UnwindSafe for SubstanceWeightMethod
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