pub struct HisItem {
pub ts: DateTime<FixedOffset>,
pub val: Kind,
}Expand description
A single historical data point: a timestamp and a value.
Fields§
§ts: DateTime<FixedOffset>§val: KindTrait Implementations§
Auto Trait Implementations§
impl Freeze for HisItem
impl RefUnwindSafe for HisItem
impl Send for HisItem
impl Sync for HisItem
impl Unpin for HisItem
impl UnsafeUnpin for HisItem
impl UnwindSafe for HisItem
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