pub struct McQueryEstimate {
pub atom: GroundAtom,
pub prob: f64,
pub log_prob: f64,
pub stderr: f64,
pub ci_low: f64,
pub ci_high: f64,
}Fields§
§atom: GroundAtom§prob: f64§log_prob: f64§stderr: f64§ci_low: f64§ci_high: f64Trait Implementations§
Source§impl Clone for McQueryEstimate
impl Clone for McQueryEstimate
Source§fn clone(&self) -> McQueryEstimate
fn clone(&self) -> McQueryEstimate
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for McQueryEstimate
impl RefUnwindSafe for McQueryEstimate
impl Send for McQueryEstimate
impl Sync for McQueryEstimate
impl Unpin for McQueryEstimate
impl UnsafeUnpin for McQueryEstimate
impl UnwindSafe for McQueryEstimate
Blanket Implementations§
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