pub struct BaselineMeasure<D, T>where
D: Distribution<Value = T, Condition = ()>,
T: RandomVariable,{
pub distr: D,
}Fields
distr: DImplementations
sourceimpl<D, T> BaselineMeasure<D, T>where
D: Distribution<Value = T, Condition = ()>,
T: RandomVariable,
impl<D, T> BaselineMeasure<D, T>where
D: Distribution<Value = T, Condition = ()>,
T: RandomVariable,
Trait Implementations
sourceimpl<D: Clone, T: Clone> Clone for BaselineMeasure<D, T>where
D: Distribution<Value = T, Condition = ()>,
T: RandomVariable,
impl<D: Clone, T: Clone> Clone for BaselineMeasure<D, T>where
D: Distribution<Value = T, Condition = ()>,
T: RandomVariable,
sourcefn clone(&self) -> BaselineMeasure<D, T>
fn clone(&self) -> BaselineMeasure<D, T>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl<D: Debug, T: Debug> Debug for BaselineMeasure<D, T>where
D: Distribution<Value = T, Condition = ()>,
T: RandomVariable,
impl<D: Debug, T: Debug> Debug for BaselineMeasure<D, T>where
D: Distribution<Value = T, Condition = ()>,
T: RandomVariable,
Auto Trait Implementations
impl<D, T> RefUnwindSafe for BaselineMeasure<D, T>where
D: RefUnwindSafe,
impl<D, T> Send for BaselineMeasure<D, T>
impl<D, T> Sync for BaselineMeasure<D, T>
impl<D, T> Unpin for BaselineMeasure<D, T>where
D: Unpin,
impl<D, T> UnwindSafe for BaselineMeasure<D, T>where
D: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more