pub enum ZipfError {
STooSmall,
NTooSmall,
}
Expand description
Error type returned from Zipf::new
.
Variants§
Trait Implementations§
impl Copy for ZipfError
impl Eq for ZipfError
impl StructuralPartialEq for ZipfError
Auto Trait Implementations§
impl Freeze for ZipfError
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