pub struct EQD {
pub _010: String,
pub _020: Option<C237>,
pub _030: Option<C224>,
pub _040: Option<String>,
pub _050: Option<String>,
pub _060: Option<String>,
}Expand description
EQD - EQUIPMENT DETAILS
A segment identifying equipment related to status or event such as a container of a multi-container consignment.
Fields§
§_010: StringEQUIPMENT TYPE CODE QUALIFIER
Code qualifying a type of equipment.
_020: Option<C237>C237 - EQUIPMENT IDENTIFICATION
Marks (letters/numbers) identifying equipment.
_030: Option<C224>C224 - EQUIPMENT SIZE AND TYPE
Code and or name identifying size and type of equipment. Code preferred.
_040: Option<String>EQUIPMENT SUPPLIER CODE
Code specifying the party that is the supplier of the equipment.
_050: Option<String>EQUIPMENT STATUS CODE
Code specifying the status of equipment.
_060: Option<String>FULL OR EMPTY INDICATOR CODE
Code indicating whether an object is full or empty.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EQD
impl<'de> Deserialize<'de> for EQD
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
Auto Trait Implementations§
impl Freeze for EQD
impl RefUnwindSafe for EQD
impl Send for EQD
impl Sync for EQD
impl Unpin for EQD
impl UnwindSafe for EQD
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