pub struct MEA {
pub _010: String,
pub _020: Option<C502>,
pub _030: Option<C174>,
pub _040: Option<String>,
}Expand description
MEA - MEASUREMENTS
A segment specifying measurements, other than dimension, of a goods item.
Fields§
§_010: StringMEASUREMENT PURPOSE CODE QUALIFIER
Code qualifying the purpose of the measurement.
_020: Option<C502>C502 - MEASUREMENT DETAILS
Identification of measurement type.
_030: Option<C174>C174 - VALUE/RANGE
Measurement value and relevant minimum and maximum values of the measurement range.
_040: Option<String>SURFACE OR LAYER CODE
Code specifying the surface or layer of an object.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for MEA
impl<'de> Deserialize<'de> for MEA
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 MEA
impl RefUnwindSafe for MEA
impl Send for MEA
impl Sync for MEA
impl Unpin for MEA
impl UnwindSafe for MEA
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