pub struct C280 {
pub _010: String,
pub _020: Option<String>,
pub _030: Option<String>,
}Expand description
C280 - RANGE
Range minimum and maximum limits.
Fields§
§_010: StringMeasure unit qualifier M an..3
_020: Option<String>Range minimum C n..18
_030: Option<String>Range maximum C n..18
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C280
impl<'de> Deserialize<'de> for C280
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 C280
impl StructuralPartialEq for C280
Auto Trait Implementations§
impl Freeze for C280
impl RefUnwindSafe for C280
impl Send for C280
impl Sync for C280
impl Unpin for C280
impl UnwindSafe for C280
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