pub enum HistoryParamCheckpoint {
Temperature,
Humidity,
Pressure,
Co2,
Humidity2,
Radon,
}Expand description
Serializable version of HistoryParam for checkpoints.
Variants§
Trait Implementations§
Source§impl Clone for HistoryParamCheckpoint
impl Clone for HistoryParamCheckpoint
Source§fn clone(&self) -> HistoryParamCheckpoint
fn clone(&self) -> HistoryParamCheckpoint
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HistoryParamCheckpoint
impl Debug for HistoryParamCheckpoint
Source§impl<'de> Deserialize<'de> for HistoryParamCheckpoint
impl<'de> Deserialize<'de> for HistoryParamCheckpoint
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
Source§impl From<HistoryParam> for HistoryParamCheckpoint
impl From<HistoryParam> for HistoryParamCheckpoint
Source§fn from(param: HistoryParam) -> Self
fn from(param: HistoryParam) -> Self
Converts to this type from the input type.
Source§impl From<HistoryParamCheckpoint> for HistoryParam
impl From<HistoryParamCheckpoint> for HistoryParam
Source§fn from(param: HistoryParamCheckpoint) -> Self
fn from(param: HistoryParamCheckpoint) -> Self
Converts to this type from the input type.
Source§impl PartialEq for HistoryParamCheckpoint
impl PartialEq for HistoryParamCheckpoint
Source§impl Serialize for HistoryParamCheckpoint
impl Serialize for HistoryParamCheckpoint
impl Copy for HistoryParamCheckpoint
impl Eq for HistoryParamCheckpoint
impl StructuralPartialEq for HistoryParamCheckpoint
Auto Trait Implementations§
impl Freeze for HistoryParamCheckpoint
impl RefUnwindSafe for HistoryParamCheckpoint
impl Send for HistoryParamCheckpoint
impl Sync for HistoryParamCheckpoint
impl Unpin for HistoryParamCheckpoint
impl UnwindSafe for HistoryParamCheckpoint
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