Struct eva_sdk::types::HistoricalState
source · pub struct HistoricalState {
pub status: Option<Value>,
pub value: Option<Value>,
pub set_time: f64,
}Expand description
helper object for database services - status can be null/absent
Fields§
§status: Option<Value>§value: Option<Value>§set_time: f64Implementations§
Trait Implementations§
source§impl Clone for HistoricalState
impl Clone for HistoricalState
source§fn clone(&self) -> HistoricalState
fn clone(&self) -> HistoricalState
Returns a copy 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 HistoricalState
impl Debug for HistoricalState
source§impl<'de> Deserialize<'de> for HistoricalState
impl<'de> Deserialize<'de> for HistoricalState
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 RefUnwindSafe for HistoricalState
impl Send for HistoricalState
impl Sync for HistoricalState
impl Unpin for HistoricalState
impl UnwindSafe for HistoricalState
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