pub enum Estimator {
MonteCarlo,
Weighted,
}
Expand description
Type of estimator to retrieve data from MC Particle
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Estimator
impl RefUnwindSafe for Estimator
impl Send for Estimator
impl Sync for Estimator
impl Unpin for Estimator
impl UnwindSafe for Estimator
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