pub struct LinePoint {
pub time_ms: EpochMs,
pub value: f64,
}Fields§
§time_ms: EpochMs§value: f64Trait Implementations§
impl StructuralPartialEq for LinePoint
Auto Trait Implementations§
impl Freeze for LinePoint
impl RefUnwindSafe for LinePoint
impl Send for LinePoint
impl Sync for LinePoint
impl Unpin for LinePoint
impl UnsafeUnpin for LinePoint
impl UnwindSafe for LinePoint
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