pub struct VariateForecast {
pub point: Vec<f32>,
pub quantiles: BTreeMap<String, Vec<f32>>,
}Fields§
§point: Vec<f32>§quantiles: BTreeMap<String, Vec<f32>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for VariateForecast
impl RefUnwindSafe for VariateForecast
impl Send for VariateForecast
impl Sync for VariateForecast
impl Unpin for VariateForecast
impl UnsafeUnpin for VariateForecast
impl UnwindSafe for VariateForecast
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