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 tolerances in that order.
Fields§
§_010: StringMeasure unit qualifier
M an..3
_020: Option<String>Measurement value
C n..18
_030: Option<String>Range minimum
C n..18
_040: Option<String>Range maximum
C n..18
_050: Option<String>Significant digits
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
impl Eq for C174
impl StructuralPartialEq for C174
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