pub struct TMP {
pub _010: String,
pub _020: Option<C239>,
}Expand description
TMP Temperature
To specify the temperature setting.
Fields§
§_010: StringTemperature type code qualifier
Code qualifying the type of a temperature.
_020: Option<C239>Temperature setting
Trait Implementations§
Source§impl<'de> Deserialize<'de> for TMP
impl<'de> Deserialize<'de> for TMP
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 TMP
impl RefUnwindSafe for TMP
impl Send for TMP
impl Sync for TMP
impl Unpin for TMP
impl UnwindSafe for TMP
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