pub struct SUP {
pub _01: E749,
pub _02: Option<E246>,
pub _03: Option<String>,
pub _04: Option<E744>,
}Expand description
SUP - Supplementary Information
To identify supplementary or clause information relating to the shipment
| REF | ID | NAME | REPEAT | REQ | TYPE | MIN/MAX |
|---|---|---|---|---|---|---|
| 01 | 749 | Supplementary Information Qualifier | 1 | M | ID | 3/3 |
| 02 | 246 | Certification/Clause Code | 1 | O | ID | 2/4 |
| 03 | 3 | Free-form Message | 1 | O | AN | 1/60 |
| 04 | 744 | Print Option Code | 1 | O | ID | 2/2 |
Fields§
§_01: E749§_02: Option<E246>§_03: Option<String>§_04: Option<E744>Trait Implementations§
Source§impl<'de> Deserialize<'de> for SUP
impl<'de> Deserialize<'de> for SUP
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 SUP
impl StructuralPartialEq for SUP
Auto Trait Implementations§
impl Freeze for SUP
impl RefUnwindSafe for SUP
impl Send for SUP
impl Sync for SUP
impl Unpin for SUP
impl UnsafeUnpin for SUP
impl UnwindSafe for SUP
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