pub struct AT2 {
pub _01: Option<E80>,
pub _02: Option<E211>,
pub _03: String,
pub _04: String,
pub _05: E81,
pub _06: Option<E80>,
pub _07: Option<E211>,
pub _08: Option<E1073>,
pub _09: Option<String>,
pub _10: Option<String>,
pub _11: Option<E1073>,
pub _12: Option<E148>,
}Expand description
AT2 - Bill of Lading Line Item Detail
To provide the carrier with the appropriate data to rate the shipment
| REF | ID | NAME | REPEAT | REQ | TYPE | MIN/MAX |
|---|---|---|---|---|---|---|
| 01 | 80 | Lading Quantity | 1 | X | N0 | 1/7 |
| 02 | 211 | Packaging Form Code | 1 | X | ID | 3/3 |
| 03 | 187 | Weight Qualifier | 1 | M | ID | 1/2 |
| 04 | 188 | Weight Unit Code | 1 | M | ID | 1/1 |
| 05 | 81 | Weight | 1 | M | R | 1/10 |
| 06 | 80 | Lading Quantity | 1 | X | N0 | 1/7 |
| 07 | 211 | Packaging Form Code | 1 | X | ID | 3/3 |
| 08 | 1073 | Yes/No Condition or Response Code | 1 | O | ID | 1/1 |
| 09 | 22 | Commodity Code | 1 | O | AN | 1/30 |
| 10 | 59 | Freight Class Code | 1 | O | AN | 2/5 |
| 11 | 1073 | Yes/No Condition or Response Code | 1 | O | ID | 1/1 |
| 12 | 148 | Lading Value | 1 | O | R | 2/9 |
Fields§
§_01: Option<E80>§_02: Option<E211>§_03: String§_04: String§_05: E81§_06: Option<E80>§_07: Option<E211>§_08: Option<E1073>§_09: Option<String>§_10: Option<String>§_11: Option<E1073>§_12: Option<E148>Trait Implementations§
Source§impl<'de> Deserialize<'de> for AT2
impl<'de> Deserialize<'de> for AT2
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 AT2
impl StructuralPartialEq for AT2
Auto Trait Implementations§
impl Freeze for AT2
impl RefUnwindSafe for AT2
impl Send for AT2
impl Sync for AT2
impl Unpin for AT2
impl UnsafeUnpin for AT2
impl UnwindSafe for AT2
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