pub struct SwitchedDistribution<'a, D, T, U>where
D: Distribution<Value = T, Condition = U>,
T: RandomVariable,
U: Clone + Debug + Send + Sync,{ /* private fields */ }Implementations§
source§impl<'a, D, T, U> SwitchedDistribution<'a, D, T, U>where
D: Distribution<Value = T, Condition = U>,
T: RandomVariable,
U: Event,
impl<'a, D, T, U> SwitchedDistribution<'a, D, T, U>where
D: Distribution<Value = T, Condition = U>,
T: RandomVariable,
U: Event,
Trait Implementations§
source§impl<'a, D, T, U, Rhs, URhs> BitAnd<Rhs> for SwitchedDistribution<'a, D, T, U>where
D: Distribution<Value = T, Condition = U>,
T: RandomVariable,
U: Event,
Rhs: Distribution<Value = SwitchedParams<U>, Condition = URhs>,
URhs: Event,
impl<'a, D, T, U, Rhs, URhs> BitAnd<Rhs> for SwitchedDistribution<'a, D, T, U>where
D: Distribution<Value = T, Condition = U>,
T: RandomVariable,
U: Event,
Rhs: Distribution<Value = SwitchedParams<U>, Condition = URhs>,
URhs: Event,
§type Output = DependentJoint<SwitchedDistribution<'a, D, T, U>, Rhs, T, SwitchedParams<U>, URhs>
type Output = DependentJoint<SwitchedDistribution<'a, D, T, U>, Rhs, T, SwitchedParams<U>, URhs>
The resulting type after applying the
& operator.source§impl<'a, D, T, U> Clone for SwitchedDistribution<'a, D, T, U>where
D: Distribution<Value = T, Condition = U> + Clone,
T: RandomVariable + Clone,
U: Clone + Debug + Send + Sync + Clone,
impl<'a, D, T, U> Clone for SwitchedDistribution<'a, D, T, U>where
D: Distribution<Value = T, Condition = U> + Clone,
T: RandomVariable + Clone,
U: Clone + Debug + Send + Sync + Clone,
source§fn clone(&self) -> SwitchedDistribution<'a, D, T, U>
fn clone(&self) -> SwitchedDistribution<'a, D, T, U>
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 moresource§impl<'a, D, T, U> Debug for SwitchedDistribution<'a, D, T, U>where
D: Distribution<Value = T, Condition = U> + Debug,
T: RandomVariable + Debug,
U: Clone + Debug + Send + Sync + Debug,
impl<'a, D, T, U> Debug for SwitchedDistribution<'a, D, T, U>where
D: Distribution<Value = T, Condition = U> + Debug,
T: RandomVariable + Debug,
U: Clone + Debug + Send + Sync + Debug,
source§impl<'a, D, T, U> Distribution for SwitchedDistribution<'a, D, T, U>where
D: Distribution<Value = T, Condition = U>,
T: RandomVariable,
U: Event,
impl<'a, D, T, U> Distribution for SwitchedDistribution<'a, D, T, U>where
D: Distribution<Value = T, Condition = U>,
T: RandomVariable,
U: Event,
source§impl<'a, D, T, U, Rhs, TRhs> Mul<Rhs> for SwitchedDistribution<'a, D, T, U>where
D: Distribution<Value = T, Condition = U>,
T: RandomVariable,
U: Event,
Rhs: Distribution<Value = TRhs, Condition = SwitchedParams<U>>,
TRhs: RandomVariable,
impl<'a, D, T, U, Rhs, TRhs> Mul<Rhs> for SwitchedDistribution<'a, D, T, U>where
D: Distribution<Value = T, Condition = U>,
T: RandomVariable,
U: Event,
Rhs: Distribution<Value = TRhs, Condition = SwitchedParams<U>>,
TRhs: RandomVariable,
§type Output = IndependentJoint<SwitchedDistribution<'a, D, T, U>, Rhs, T, TRhs, SwitchedParams<U>>
type Output = IndependentJoint<SwitchedDistribution<'a, D, T, U>, Rhs, T, TRhs, SwitchedParams<U>>
The resulting type after applying the
* operator.