Enum rand_distr::BetaError
source · pub enum BetaError {
AlphaTooSmall,
BetaTooSmall,
}
Expand description
Error type returned from Beta::new
.
Variants§
Trait Implementations§
source§impl PartialEq for BetaError
impl PartialEq for BetaError
impl Copy for BetaError
impl Eq for BetaError
impl StructuralEq for BetaError
impl StructuralPartialEq for BetaError
Auto Trait Implementations§
impl RefUnwindSafe for BetaError
impl Send for BetaError
impl Sync for BetaError
impl Unpin for BetaError
impl UnwindSafe for BetaError
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