pub struct Distribution<T = u64> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<T> Clone for Distribution<T>
impl<T> Clone for Distribution<T>
Source§impl<T> Debug for Distribution<T>
impl<T> Debug for Distribution<T>
Source§impl<T: From<u64>> Distribution<T> for Distribution<T>
impl<T: From<u64>> Distribution<T> for Distribution<T>
Auto Trait Implementations§
impl<T> Freeze for Distribution<T>
impl<T> RefUnwindSafe for Distribution<T>where
T: RefUnwindSafe,
impl<T> Send for Distribution<T>where
T: Send,
impl<T> Sync for Distribution<T>where
T: Sync,
impl<T> Unpin for Distribution<T>where
T: Unpin,
impl<T> UnwindSafe for Distribution<T>where
T: UnwindSafe,
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