pub struct AT9 {
pub _01: Option<E567>,
pub _02: Option<E65>,
pub _03: Option<E189>,
pub _04: Option<String>,
pub _05: Option<String>,
pub _06: Option<E81>,
pub _07: Option<E184>,
pub _08: Option<E183>,
}Expand description
AT9 - Trailer or Container Dimension and Weight
To specify the dimensions and weight of a trailer or container
| REF | ID | NAME | REPEAT | REQ | TYPE | MIN/MAX |
|---|---|---|---|---|---|---|
| 01 | 567 | Equipment Length | 1 | O | N0 | 4/5 |
| 02 | 65 | Height | 1 | O | R | 1/8 |
| 03 | 189 | Width | 1 | O | R | 1/8 |
| 04 | 187 | Weight Qualifier | 1 | X | ID | 1/2 |
| 05 | 188 | Weight Unit Code | 1 | X | ID | 1/1 |
| 06 | 81 | Weight | 1 | X | R | 1/10 |
| 07 | 184 | Volume Unit Qualifier | 1 | X | ID | 1/1 |
| 08 | 183 | Volume | 1 | X | R | 1/8 |
Fields§
§_01: Option<E567>§_02: Option<E65>§_03: Option<E189>§_04: Option<String>§_05: Option<String>§_06: Option<E81>§_07: Option<E184>§_08: Option<E183>Trait Implementations§
Source§impl<'de> Deserialize<'de> for AT9
impl<'de> Deserialize<'de> for AT9
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 AT9
impl StructuralPartialEq for AT9
Auto Trait Implementations§
impl Freeze for AT9
impl RefUnwindSafe for AT9
impl Send for AT9
impl Sync for AT9
impl Unpin for AT9
impl UnsafeUnpin for AT9
impl UnwindSafe for AT9
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