pub struct MEA {
pub _010: String,
pub _020: Option<C502>,
pub _030: Option<C174>,
pub _040: Option<String>,
}Expand description
MEA - MEASUREMENTS
To specify physical measurements, including dimension tolerances, weights and counts.
Fields§
§_010: StringMEASUREMENT APPLICATION QUALIFIER M an..3
_020: Option<C502>MEASUREMENT DETAILS C
_030: Option<C174>VALUE/RANGE C
_040: Option<String>SURFACE/LAYER INDICATOR, CODED C an..3
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