pub struct IND {
pub _01: Option<String>,
pub _02: Option<String>,
pub _03: Option<String>,
pub _04: Option<String>,
pub _05: Option<String>,
pub _06: Option<E1476>,
pub _07: Option<String>,
pub _08: Option<String>,
pub _09: Option<String>,
pub _10: Option<String>,
pub _11: Option<String>,
pub _12: Option<String>,
}Expand description
IND - Individual Demographic Characteristics
To provide demographic and language information for an individual
| REF | ID | NAME | REQ | TYPE | MIN/MAX |
|---|---|---|---|---|---|
| 01 | 26 | Country Code | O | ID | 2/3 |
| 02 | 156 | State or Province Code | O | ID | 2/2 |
| 03 | 1096 | County Designator | O | ID | 5/5 |
| 04 | 19 | City Name | O | AN | 2/30 |
| 05 | 819 | Language Code | O | ID | 2/3 |
| 06 | 1476 | Language Proficiency Indicator | O | ID | 1/1 |
| 07 | 819 | Language Code | O | ID | 2/3 |
| 08 | 819 | Language Code | O | ID | 2/3 |
| 09 | 66 | Identification Code Qualifier | X | ID | 1/2 |
| 10 | 67 | Identification Code | X | AN | 2/80 |
| 11 | 66 | Identification Code Qualifier | X | ID | 1/2 |
| 12 | 67 | Identification Code | X | AN | 2/80 |
Fields§
§_01: Option<String>§_02: Option<String>§_03: Option<String>§_04: Option<String>§_05: Option<String>§_06: Option<E1476>§_07: Option<String>§_08: Option<String>§_09: Option<String>§_10: Option<String>§_11: Option<String>§_12: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for IND
impl<'de> Deserialize<'de> for IND
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
impl Eq for IND
impl StructuralPartialEq for IND
Auto Trait Implementations§
impl Freeze for IND
impl RefUnwindSafe for IND
impl Send for IND
impl Sync for IND
impl Unpin for IND
impl UnsafeUnpin for IND
impl UnwindSafe for IND
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> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<T> ValidateIp for Twhere
T: ToString,
impl<T> ValidateIp for Twhere
T: ToString,
Source§fn validate_ipv4(&self) -> bool
fn validate_ipv4(&self) -> bool
Validates whether the given string is an IP V4
Source§fn validate_ipv6(&self) -> bool
fn validate_ipv6(&self) -> bool
Validates whether the given string is an IP V6
Source§fn validate_ip(&self) -> bool
fn validate_ip(&self) -> bool
Validates whether the given string is an IP