pub struct ProbQuery {
pub atom: Atom,
}Expand description
Probabilistic query statement (query(atom).)
Fields§
§atom: AtomThe atom whose probability is being queried.
Trait Implementations§
impl StructuralPartialEq for ProbQuery
Auto Trait Implementations§
impl Freeze for ProbQuery
impl RefUnwindSafe for ProbQuery
impl Send for ProbQuery
impl Sync for ProbQuery
impl Unpin for ProbQuery
impl UnsafeUnpin for ProbQuery
impl UnwindSafe for ProbQuery
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