Struct regressionu::PriceData
source · pub struct PriceData {
pub price: f64,
pub timestamp: u64,
}Fields§
§price: f64§timestamp: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for PriceData
impl RefUnwindSafe for PriceData
impl Send for PriceData
impl Sync for PriceData
impl Unpin for PriceData
impl UnwindSafe for PriceData
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