pub struct L0 {Show 15 fields
pub _01: Option<E213>,
pub _02: Option<E220>,
pub _03: Option<E221>,
pub _04: Option<E81>,
pub _05: Option<String>,
pub _06: Option<E183>,
pub _07: Option<E184>,
pub _08: Option<E80>,
pub _09: Option<E211>,
pub _10: Option<String>,
pub _11: Option<String>,
pub _12: Option<String>,
pub _13: Option<String>,
pub _14: Option<E211>,
pub _15: Option<E1073>,
}Expand description
L0 - Line Item - Quantity and Weight
To specify quantity, weight, volume, and type of service for a line item including applicable “quantity/rate-as” data
| REF | ID | NAME | REPEAT | REQ | TYPE | MIN/MAX |
|---|---|---|---|---|---|---|
| 01 | 213 | Lading Line Item Number | 1 | O | N0 | 1/3 |
| 02 | 220 | Billed/Rated-as Quantity | 1 | X | R | 1/11 |
| 03 | 221 | Billed/Rated-as Qualifier | 1 | X | ID | 2/2 |
| 04 | 81 | Weight | 1 | X | R | 1/10 |
| 05 | 187 | Weight Qualifier | 1 | X | ID | 1/2 |
| 06 | 183 | Volume | 1 | X | R | 1/8 |
| 07 | 184 | Volume Unit Qualifier | 1 | X | ID | 1/1 |
| 08 | 80 | Lading Quantity | 1 | X/Z | N0 | 1/7 |
| 09 | 211 | Packaging Form Code | 1 | X | ID | 3/3 |
| 10 | 458 | Dunnage Description | 1 | O | AN | 2/25 |
| 11 | 188 | Weight Unit Code | 1 | O | ID | 1/1 |
| 12 | 56 | Type of Service Code | 1 | O | ID | 2/2 |
| 13 | 380 | Quantity | 1 | X/Z | R | 1/15 |
| 14 | 211 | Packaging Form Code | 1 | O | ID | 3/3 |
| 15 | 1073 | Yes/No Condition or Response Code | 1 | X/Z | ID | 1/1 |
Fields§
§_01: Option<E213>§_02: Option<E220>§_03: Option<E221>§_04: Option<E81>§_05: Option<String>§_06: Option<E183>§_07: Option<E184>§_08: Option<E80>§_09: Option<E211>§_10: Option<String>§_11: Option<String>§_12: Option<String>§_13: Option<String>§_14: Option<E211>§_15: Option<E1073>Trait Implementations§
Source§impl<'de> Deserialize<'de> for L0
impl<'de> Deserialize<'de> for L0
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 L0
impl StructuralPartialEq for L0
Auto Trait Implementations§
impl Freeze for L0
impl RefUnwindSafe for L0
impl Send for L0
impl Sync for L0
impl Unpin for L0
impl UnsafeUnpin for L0
impl UnwindSafe for L0
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