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