pub struct Wald { /* private fields */ }Expand description
Wald (inverse Gaussian) distribution
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Wald
impl RefUnwindSafe for Wald
impl Send for Wald
impl Sync for Wald
impl Unpin for Wald
impl UnwindSafe for Wald
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