pub struct EQN {
pub _010: C523,
}Expand description
EQN - NUMBER OF UNITS
A segment specifying the number of units to which the given measurement is applicable.
Fields§
§_010: C523C523 - NUMBER OF UNIT DETAILS
Identification of number of units and its purpose.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EQN
impl<'de> Deserialize<'de> for EQN
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 EQN
impl RefUnwindSafe for EQN
impl Send for EQN
impl Sync for EQN
impl Unpin for EQN
impl UnwindSafe for EQN
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