pub enum V3Ethnicity {
Show 44 variants
V21352(Option<Element>),
V21378(Option<Element>),
V21386(Option<Element>),
V21394(Option<Element>),
V21402(Option<Element>),
V21410(Option<Element>),
V21428(Option<Element>),
V21436(Option<Element>),
V21444(Option<Element>),
V21451(Option<Element>),
V21469(Option<Element>),
V21485(Option<Element>),
V21493(Option<Element>),
V21501(Option<Element>),
V21519(Option<Element>),
V21527(Option<Element>),
V21535(Option<Element>),
V21550(Option<Element>),
V21568(Option<Element>),
V21576(Option<Element>),
V21584(Option<Element>),
V21592(Option<Element>),
V21600(Option<Element>),
V21618(Option<Element>),
V21626(Option<Element>),
V21634(Option<Element>),
V21659(Option<Element>),
V21667(Option<Element>),
V21675(Option<Element>),
V21683(Option<Element>),
V21691(Option<Element>),
V21709(Option<Element>),
V21717(Option<Element>),
V21725(Option<Element>),
V21733(Option<Element>),
V21741(Option<Element>),
V21758(Option<Element>),
V21766(Option<Element>),
V21782(Option<Element>),
V21808(Option<Element>),
V21824(Option<Element>),
V21840(Option<Element>),
V21865(Option<Element>),
Null(Option<Element>),
}Variants§
V21352(Option<Element>)
Hispanic or Latino
V21378(Option<Element>)
Spaniard
V21386(Option<Element>)
Andalusian
V21394(Option<Element>)
Asturian
V21402(Option<Element>)
Castillian
V21410(Option<Element>)
Catalonian
V21428(Option<Element>)
Belearic Islander
V21436(Option<Element>)
Gallego
V21444(Option<Element>)
Valencian
V21451(Option<Element>)
Canarian
V21469(Option<Element>)
Spanish Basque
V21485(Option<Element>)
Mexican
V21493(Option<Element>)
Mexican American
V21501(Option<Element>)
Mexicano
V21519(Option<Element>)
Chicano
V21527(Option<Element>)
La Raza
V21535(Option<Element>)
Mexican American Indian
V21550(Option<Element>)
Central American
V21568(Option<Element>)
Costa Rican
V21576(Option<Element>)
Guatemalan
V21584(Option<Element>)
Honduran
V21592(Option<Element>)
Nicaraguan
V21600(Option<Element>)
Panamanian
V21618(Option<Element>)
Salvadoran
V21626(Option<Element>)
Central American Indian
V21634(Option<Element>)
Canal Zone
V21659(Option<Element>)
South American
V21667(Option<Element>)
Argentinean
V21675(Option<Element>)
Bolivian
V21683(Option<Element>)
Chilean
V21691(Option<Element>)
Colombian
V21709(Option<Element>)
Ecuadorian
V21717(Option<Element>)
Paraguayan
V21725(Option<Element>)
Peruvian
V21733(Option<Element>)
Uruguayan
V21741(Option<Element>)
Venezuelan
V21758(Option<Element>)
South American Indian
V21766(Option<Element>)
Criollo
V21782(Option<Element>)
Latin American
V21808(Option<Element>)
Puerto Rican
V21824(Option<Element>)
Cuban
V21840(Option<Element>)
Dominican
V21865(Option<Element>)
Not Hispanic or Latino
Null(Option<Element>)
If value is missing and just the element is present.
Trait Implementations§
Source§impl Clone for V3Ethnicity
impl Clone for V3Ethnicity
Source§fn clone(&self) -> V3Ethnicity
fn clone(&self) -> V3Ethnicity
Returns a duplicate of the value. Read more
1.0.0 · 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 V3Ethnicity
impl Debug for V3Ethnicity
Source§impl Default for V3Ethnicity
impl Default for V3Ethnicity
Source§impl FHIRJSONDeserializer for V3Ethnicity
impl FHIRJSONDeserializer for V3Ethnicity
fn from_json_str(s: &str) -> Result<Self, DeserializeError>
fn from_serde_value( json: &Value, context: Context<'_>, ) -> Result<Self, DeserializeError>
Source§impl FHIRJSONSerializer for V3Ethnicity
impl FHIRJSONSerializer for V3Ethnicity
fn serialize_value( &self, writer: &mut dyn Write, ) -> Result<bool, SerializeError>
fn serialize_extension( &self, writer: &mut dyn Write, ) -> Result<bool, SerializeError>
fn serialize_field( &self, field: &str, writer: &mut dyn Write, ) -> Result<bool, SerializeError>
fn is_fp_primitive(&self) -> bool
Source§impl MetaValue for V3Ethnicity
impl MetaValue for V3Ethnicity
fn fields(&self) -> Vec<&'static str>
fn get_field<'a>(&'a self, field: &str) -> Option<&'a dyn MetaValue>
fn get_field_mut<'a>(&'a mut self, field: &str) -> Option<&'a mut dyn MetaValue>
fn get_index<'a>(&'a self, _index: usize) -> Option<&'a dyn MetaValue>
fn get_index_mut<'a>( &'a mut self, _index: usize, ) -> Option<&'a mut dyn MetaValue>
fn flatten(&self) -> Vec<&dyn MetaValue>
fn as_any(&self) -> &dyn Any
fn typename(&self) -> &'static str
Auto Trait Implementations§
impl Freeze for V3Ethnicity
impl RefUnwindSafe for V3Ethnicity
impl Send for V3Ethnicity
impl Sync for V3Ethnicity
impl Unpin for V3Ethnicity
impl UnwindSafe for V3Ethnicity
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more