pub struct Beta { /* private fields */ }Expand description
Implements the Beta distribution.
Implementations§
Trait Implementations§
Source§impl Continuous for Beta
impl Continuous for Beta
Source§impl Distribution for Beta
impl Distribution for Beta
Source§impl Distribution1D for Beta
impl Distribution1D for Beta
impl Copy for Beta
Auto Trait Implementations§
impl Freeze for Beta
impl RefUnwindSafe for Beta
impl Send for Beta
impl Sync for Beta
impl Unpin for Beta
impl UnwindSafe for Beta
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