pub struct LAD {Show 13 fields
pub _01: Option<E211>,
pub _02: Option<E80>,
pub _03: Option<String>,
pub _04: Option<E395>,
pub _05: Option<String>,
pub _06: Option<E81>,
pub _07: Option<String>,
pub _08: Option<String>,
pub _09: Option<String>,
pub _10: Option<String>,
pub _11: Option<String>,
pub _12: Option<String>,
pub _13: Option<String>,
}Expand description
LAD - Lading Detail
To transmit detailed lading data pertinent to a pickup or delivery
| REF | ID | NAME | REPEAT | REQ | TYPE | MIN/MAX |
|---|---|---|---|---|---|---|
| 01 | 211 | Packaging Form Code | 1 | X | ID | 3/3 |
| 02 | 80 | Lading Quantity | 1 | X | N0 | 1/7 |
| 03 | 188 | Weight Unit Code | 1 | X | ID | 1/1 |
| 04 | 395 | Unit Weight | 1 | X | R | 1/8 |
| 05 | 188 | Weight Unit Code | 1 | X | ID | 1/1 |
| 06 | 81 | Weight | 1 | X | R | 1/10 |
| 07 | 235 | Product/Service ID Qualifier | 1 | X | ID | 2/2 |
| 08 | 234 | Product/Service ID | 1 | X | AN | 1/48 |
| 09 | 235 | Product/Service ID Qualifier | 1 | X | ID | 2/2 |
| 10 | 234 | Product/Service ID | 1 | X | AN | 1/48 |
| 11 | 235 | Product/Service ID Qualifier | 1 | X | ID | 2/2 |
| 12 | 234 | Product/Service ID | 1 | X | AN | 1/48 |
| 13 | 79 | Lading Description | 1 | O | AN | 1/50 |
Fields§
§_01: Option<E211>§_02: Option<E80>§_03: Option<String>§_04: Option<E395>§_05: Option<String>§_06: Option<E81>§_07: Option<String>§_08: Option<String>§_09: Option<String>§_10: Option<String>§_11: Option<String>§_12: Option<String>§_13: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for LAD
impl<'de> Deserialize<'de> for LAD
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 LAD
impl StructuralPartialEq for LAD
Auto Trait Implementations§
impl Freeze for LAD
impl RefUnwindSafe for LAD
impl Send for LAD
impl Sync for LAD
impl Unpin for LAD
impl UnsafeUnpin for LAD
impl UnwindSafe for LAD
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