pub struct EQA {
pub _010: String,
pub _020: Option<C237>,
}Expand description
EQA - ATTACHED EQUIPMENT
A segment identifying attached equipment or related equipment such as a chassis attached to a container.
Fields§
§_010: StringEQUIPMENT TYPE CODE QUALIFIER
Code qualifying a type of equipment.
_020: Option<C237>C237 - EQUIPMENT IDENTIFICATION
Marks (letters/numbers) identifying equipment.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EQA
impl<'de> Deserialize<'de> for EQA
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 EQA
impl RefUnwindSafe for EQA
impl Send for EQA
impl Sync for EQA
impl Unpin for EQA
impl UnwindSafe for EQA
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