pub struct C174 {
pub _010: String,
pub _020: Option<String>,
pub _030: Option<String>,
pub _040: Option<String>,
pub _050: Option<String>,
}Expand description
C174 VALUE/RANGE
Measurement value and relevant minimum and maximum values of the measurement range.
Fields§
§_010: StringMeasurement unit code M an..3
_020: Option<String>Measurement value C an..18
_030: Option<String>Range minimum value C n..18
_040: Option<String>Range maximum value C n..18
_050: Option<String>Significant digits quantity C n..2
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C174
impl<'de> Deserialize<'de> for C174
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 C174
impl RefUnwindSafe for C174
impl Send for C174
impl Sync for C174
impl Unpin for C174
impl UnwindSafe for C174
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