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: StringMeasurement unit code C an..3
1 See UN/ECE Recommendation 20, common code.
_020: Option<String>Range minimum value C an..18
To specify the minimum value of a range.
_030: Option<String>Range maximum value C an..18
To specify the maximum value of a range.
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
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