pub struct BaselineMeasure<D, T>where
D: Distribution<Value = T, Condition = ()>,
T: RandomVariable,{
pub distr: D,
}Fields§
§distr: DImplementations§
source§impl<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§
source§impl<D, T> Clone for BaselineMeasure<D, T>where
D: Distribution<Value = T, Condition = ()> + Clone,
T: RandomVariable + Clone,
impl<D, T> Clone for BaselineMeasure<D, T>where
D: Distribution<Value = T, Condition = ()> + Clone,
T: RandomVariable + Clone,
source§fn clone(&self) -> BaselineMeasure<D, T>
fn clone(&self) -> BaselineMeasure<D, T>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more