pub struct AnnotatedDisjunction {
pub choices: Vec<ProbFact>,
}Expand description
Annotated disjunction (p1::a1; p2::a2.)
Fields§
§choices: Vec<ProbFact>Disjunctive choices with their probability weights.
Trait Implementations§
Source§impl Clone for AnnotatedDisjunction
impl Clone for AnnotatedDisjunction
Source§fn clone(&self) -> AnnotatedDisjunction
fn clone(&self) -> AnnotatedDisjunction
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 AnnotatedDisjunction
impl Debug for AnnotatedDisjunction
Source§impl PartialEq for AnnotatedDisjunction
impl PartialEq for AnnotatedDisjunction
Source§fn eq(&self, other: &AnnotatedDisjunction) -> bool
fn eq(&self, other: &AnnotatedDisjunction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AnnotatedDisjunction
Auto Trait Implementations§
impl Freeze for AnnotatedDisjunction
impl RefUnwindSafe for AnnotatedDisjunction
impl Send for AnnotatedDisjunction
impl Sync for AnnotatedDisjunction
impl Unpin for AnnotatedDisjunction
impl UnsafeUnpin for AnnotatedDisjunction
impl UnwindSafe for AnnotatedDisjunction
Blanket Implementations§
impl<T> Allocation for T
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