pub struct AT3 {
pub _01: E58,
pub _02: Option<E1600>,
pub _03: Option<E60>,
pub _04: Option<E1601>,
pub _05: Option<String>,
pub _06: Option<E1602>,
pub _07: Option<E954>,
}Expand description
AT3 - Bill of Lading Rates and Charges
To provide a means of transmitting freight charges and the basis for those charges
| REF | ID | NAME | REPEAT | REQ | TYPE | MIN/MAX |
|---|---|---|---|---|---|---|
| 01 | 58 | Amount Charged | 1 | M | N2 | 1/15 |
| 02 | 1600 | Freight Rate Qualifier | 1 | X | ID | 2/2 |
| 03 | 60 | Freight Rate | 1 | X | R | 1/9 |
| 04 | 1601 | Rated-as Qualifier | 1 | X | ID | 2/2 |
| 05 | 380 | Quantity | 1 | X | R | 1/15 |
| 06 | 1602 | Bill of Lading Charge Code | 1 | X | ID | 3/3 |
| 07 | 954 | Percent | 1 | X | R | 1/10 |
Fields§
§_01: E58§_02: Option<E1600>§_03: Option<E60>§_04: Option<E1601>§_05: Option<String>§_06: Option<E1602>§_07: Option<E954>Trait Implementations§
Source§impl<'de> Deserialize<'de> for AT3
impl<'de> Deserialize<'de> for AT3
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 AT3
impl StructuralPartialEq for AT3
Auto Trait Implementations§
impl Freeze for AT3
impl RefUnwindSafe for AT3
impl Send for AT3
impl Sync for AT3
impl Unpin for AT3
impl UnsafeUnpin for AT3
impl UnwindSafe for AT3
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