pub struct GRI {
pub _01: String,
pub _02: Option<String>,
pub _03: Option<String>,
pub _04: Option<String>,
pub _05: Option<String>,
pub _06: Option<E782>,
pub _07: Option<E1004>,
pub _08: Option<E488>,
pub _09: Option<String>,
pub _10: Option<String>,
pub _11: Option<String>,
}Expand description
GRI - Statistical Government Information
To convey statistical or government-required reporting data
| REF | ID | NAME | REPEAT | REQ | TYPE | MIN/MAX |
|---|---|---|---|---|---|---|
| 01 | 1260 | Reported Data ID Code | 1 | M | AN | 1/6 |
| 02 | 1261 | Reported Data Response | 1 | X | AN | 1/10 |
| 03 | 673 | Quantity Qualifier | 1 | O | ID | 2/2 |
| 04 | 380 | Quantity | 1 | X | R | 1/15 |
| 05 | 522 | Amount Qualifier Code | 1 | O | ID | 1/3 |
| 06 | 782 | Monetary Amount | 1 | X | R | 1/18 |
| 07 | 1004 | Percent Qualifier | 1 | O | ID | 1/2 |
| 08 | 488 | Percent, Integer Format | 1 | X | N0 | 1/3 |
| 09 | 374 | Date/Time Qualifier | 1 | O | ID | 3/3 |
| 10 | 373 | Date | 1 | X | DT | 8/8 |
| 11 | 352 | Description | 1 | O | AN | 1/80 |
Fields§
§_01: String§_02: Option<String>§_03: Option<String>§_04: Option<String>§_05: Option<String>§_06: Option<E782>§_07: Option<E1004>§_08: Option<E488>§_09: Option<String>§_10: Option<String>§_11: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for GRI
impl<'de> Deserialize<'de> for GRI
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 GRI
impl StructuralPartialEq for GRI
Auto Trait Implementations§
impl Freeze for GRI
impl RefUnwindSafe for GRI
impl Send for GRI
impl Sync for GRI
impl Unpin for GRI
impl UnsafeUnpin for GRI
impl UnwindSafe for GRI
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