V3Ethnicity

Enum V3Ethnicity 

Source
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

Source§

fn clone(&self) -> V3Ethnicity

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for V3Ethnicity

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for V3Ethnicity

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl FHIRJSONDeserializer for V3Ethnicity

Source§

impl FHIRJSONSerializer for V3Ethnicity

Source§

fn serialize_value( &self, writer: &mut dyn Write, ) -> Result<bool, SerializeError>

Source§

fn serialize_extension( &self, writer: &mut dyn Write, ) -> Result<bool, SerializeError>

Source§

fn serialize_field( &self, field: &str, writer: &mut dyn Write, ) -> Result<bool, SerializeError>

Source§

fn is_fp_primitive(&self) -> bool

Source§

impl Into<Option<String>> for &V3Ethnicity

Source§

fn into(self) -> Option<String>

Converts this type into the (usually inferred) input type.
Source§

impl MetaValue for V3Ethnicity

Source§

fn fields(&self) -> Vec<&'static str>

Source§

fn get_field<'a>(&'a self, field: &str) -> Option<&'a dyn MetaValue>

Source§

fn get_field_mut<'a>(&'a mut self, field: &str) -> Option<&'a mut dyn MetaValue>

Source§

fn get_index<'a>(&'a self, _index: usize) -> Option<&'a dyn MetaValue>

Source§

fn get_index_mut<'a>( &'a mut self, _index: usize, ) -> Option<&'a mut dyn MetaValue>

Source§

fn flatten(&self) -> Vec<&dyn MetaValue>

Source§

fn as_any(&self) -> &dyn Any

Source§

fn typename(&self) -> &'static str

Source§

impl TryFrom<String> for V3Ethnicity

Source§

type Error = String

The type returned in the event of a conversion error.
Source§

fn try_from(value: String) -> Result<Self, String>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> IntoEither for T

Source§

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 more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

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
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more