pub struct PredictionInterval { /* private fields */ }Expand description
An immutable prediction interval [lower, upper].
Both bounds are inclusive.
Implementations§
Trait Implementations§
Source§impl Clone for PredictionInterval
impl Clone for PredictionInterval
Source§fn clone(&self) -> PredictionInterval
fn clone(&self) -> PredictionInterval
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PredictionInterval
impl Debug for PredictionInterval
Source§impl PartialEq for PredictionInterval
impl PartialEq for PredictionInterval
impl StructuralPartialEq for PredictionInterval
Auto Trait Implementations§
impl Freeze for PredictionInterval
impl RefUnwindSafe for PredictionInterval
impl Send for PredictionInterval
impl Sync for PredictionInterval
impl Unpin for PredictionInterval
impl UnsafeUnpin for PredictionInterval
impl UnwindSafe for PredictionInterval
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