pub struct SqiPoint {
pub date: DateTime<Utc>,
pub value: f64,
}Expand description
Single SQI history point
Fields§
§date: DateTime<Utc>Date
value: f64SQI value
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SqiPoint
impl<'de> Deserialize<'de> for SqiPoint
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
impl StructuralPartialEq for SqiPoint
Auto Trait Implementations§
impl Freeze for SqiPoint
impl RefUnwindSafe for SqiPoint
impl Send for SqiPoint
impl Sync for SqiPoint
impl Unpin for SqiPoint
impl UnwindSafe for SqiPoint
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)