pub struct ProbFact {
pub prob: f64,
pub atom: Atom,
}Expand description
A probabilistic fact (p::atom.)
Fields§
§prob: f64Probability weight.
atom: AtomGround atom.
Trait Implementations§
impl StructuralPartialEq for ProbFact
Auto Trait Implementations§
impl Freeze for ProbFact
impl RefUnwindSafe for ProbFact
impl Send for ProbFact
impl Sync for ProbFact
impl Unpin for ProbFact
impl UnsafeUnpin for ProbFact
impl UnwindSafe for ProbFact
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