pub struct CLD {Show 20 fields
pub _01: String,
pub _02: String,
pub _03: Option<String>,
pub _04: Option<String>,
pub _05: Option<String>,
pub _06: Option<String>,
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>,
pub _14: Option<String>,
pub _15: Option<String>,
pub _16: Option<String>,
pub _17: Option<String>,
pub _18: Option<String>,
pub _19: Option<String>,
pub _20: Option<String>,
}Expand description
CLD - Carrier Load Details
To specify the number of units and the type of packaging for the shipment
| REF | ID | NAME | REPEAT | REQ | TYPE | MIN/MAX |
|---|---|---|---|---|---|---|
| 01 | 100 | Number of Units Shipped | 1 | M | N0 | 1/10 |
| 02 | 100 | Packaging Form Code | 1 | M | ID | 3/3 |
| 03 | 100 | Lading Quantity | 1 | O | N0 | 1/7 |
| 04 | 100 | Weight | 1 | O | R | 1/10 |
| 05 | 100 | Weight Unit Code | 1 | O | ID | 1/1 |
| 06 | 100 | Volume | 1 | O | R | 1/8 |
| 07 | 100 | Volume Unit Qualifier | 1 | O | ID | 1/1 |
| 08 | 100 | Description | 1 | O | AN | 1/80 |
| 09 | 100 | Lading Line Item Number | 1 | O | N0 | 1/6 |
| 10 | 100 | Commodity Code | 1 | O | AN | 1/30 |
| 11 | 100 | Commodity Code | 1 | O | AN | 1/30 |
| 12 | 100 | Commodity Code | 1 | O | AN | 1/30 |
| 13 | 100 | Commodity Code | 1 | O | AN | 1/30 |
| 14 | 100 | Commodity Code | 1 | O | AN | 1/30 |
| 15 | 100 | Commodity Code | 1 | O | AN | 1/30 |
| 16 | 100 | Commodity Code | 1 | O | AN | 1/30 |
| 17 | 100 | Commodity Code | 1 | O | AN | 1/30 |
| 18 | 100 | Commodity Code | 1 | O | AN | 1/30 |
| 19 | 100 | Commodity Code | 1 | O | AN | 1/30 |
| 20 | 100 | Commodity Code | 1 | O | AN | 1/30 |
Fields§
§_01: String§_02: String§_03: Option<String>§_04: Option<String>§_05: Option<String>§_06: Option<String>§_07: Option<String>§_08: Option<String>§_09: Option<String>§_10: Option<String>§_11: Option<String>§_12: Option<String>§_13: Option<String>§_14: Option<String>§_15: Option<String>§_16: Option<String>§_17: Option<String>§_18: Option<String>§_19: Option<String>§_20: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for CLD
impl<'de> Deserialize<'de> for CLD
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 CLD
impl StructuralPartialEq for CLD
Auto Trait Implementations§
impl Freeze for CLD
impl RefUnwindSafe for CLD
impl Send for CLD
impl Sync for CLD
impl Unpin for CLD
impl UnsafeUnpin for CLD
impl UnwindSafe for CLD
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