pub struct C502 {
pub _010: Option<String>,
pub _020: Option<String>,
pub _030: Option<String>,
pub _040: Option<String>,
}Expand description
C502 - MEASUREMENT DETAILS
Identification of measurement type.
Fields§
§_010: Option<String>Measurement dimension, coded C an..3
_020: Option<String>Measurement significance, coded C an..3
_030: Option<String>Measurement attribute, coded C an..3
_040: Option<String>Measurement attribute C an..70
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C502
impl<'de> Deserialize<'de> for C502
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
impl Eq for C502
impl StructuralPartialEq for C502
Auto Trait Implementations§
impl Freeze for C502
impl RefUnwindSafe for C502
impl Send for C502
impl Sync for C502
impl Unpin for C502
impl UnwindSafe for C502
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