pub struct DataPoint { /* private fields */ }
Expand description
DataPoint
Struct used to represent a single datapoint in a time series.
Implementations§
Trait Implementations§
Source§impl From<DataPoint> for DataOutput
impl From<DataPoint> for DataOutput
impl Copy for DataPoint
impl StructuralPartialEq for DataPoint
Auto Trait Implementations§
impl Freeze for DataPoint
impl RefUnwindSafe for DataPoint
impl Send for DataPoint
impl Sync for DataPoint
impl Unpin for DataPoint
impl UnwindSafe for DataPoint
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