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