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 more
sourceimpl<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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
impl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more