pub struct Zipf<const N: usize> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<const N: usize> Distribution<usize> for Zipf<N>
impl<const N: usize> Distribution<usize> for Zipf<N>
impl<const N: usize> StructuralPartialEq for Zipf<N>
Auto Trait Implementations§
impl<const N: usize> Freeze for Zipf<N>
impl<const N: usize> RefUnwindSafe for Zipf<N>
impl<const N: usize> Send for Zipf<N>
impl<const N: usize> Sync for Zipf<N>
impl<const N: usize> Unpin for Zipf<N>
impl<const N: usize> UnwindSafe for Zipf<N>
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