pub struct C239 {
pub _010: Option<String>,
pub _020: Option<String>,
}Expand description
C239 - TEMPERATURE SETTING
The temperature under which the goods are (to be) stored or shipped.
Fields§
§_010: Option<String>Temperature value C n..15
_020: Option<String>Measurement unit code C an..3
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C239
impl<'de> Deserialize<'de> for C239
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 C239
impl RefUnwindSafe for C239
impl Send for C239
impl Sync for C239
impl Unpin for C239
impl UnwindSafe for C239
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