pub struct MS3 {
pub _01: String,
pub _02: String,
pub _03: Option<String>,
pub _04: Option<String>,
pub _05: Option<String>,
}Expand description
MS3 - Interline Information
To identify the interline carrier and relevant data
| REF | ID | NAME | REPEAT | REQ | TYPE | MIN/MAX |
|---|---|---|---|---|---|---|
| 01 | 140 | Standard Carrier Alpha Code | 1 | M/Z | ID | 2/4 |
| 02 | 133 | Routing Sequence Code | 1 | M | ID | 1/2 |
| 03 | 19 | City Name | 1 | X/Z | AN | 2/30 |
| 04 | 91 | Transportation Method/Type Code | 1 | O | ID | 1/2 |
| 05 | 156 | State or Province Code NEW | 1 | O | ID | 2/2 |
Fields§
§_01: String§_02: String§_03: Option<String>19 - City Name
Free-form text for city name
- TYPE=AN
- MIN=2
- MAX=30
_04: Option<String>§_05: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for MS3
impl<'de> Deserialize<'de> for MS3
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 MS3
impl StructuralPartialEq for MS3
Auto Trait Implementations§
impl Freeze for MS3
impl RefUnwindSafe for MS3
impl Send for MS3
impl Sync for MS3
impl Unpin for MS3
impl UnsafeUnpin for MS3
impl UnwindSafe for MS3
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