pub struct NUMADist { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Arbitrary for NUMADist
impl Arbitrary for NUMADist
Source§type Parameters = (<usize as Arbitrary>::Parameters, <usize as Arbitrary>::Parameters, <usize as Arbitrary>::Parameters)
type Parameters = (<usize as Arbitrary>::Parameters, <usize as Arbitrary>::Parameters, <usize as Arbitrary>::Parameters)
The type of parameters that
arbitrary_with accepts for configuration
of the generated Strategy. Parameters must implement Default.Source§type Strategy = Map<(<usize as Arbitrary>::Strategy, <usize as Arbitrary>::Strategy, <usize as Arbitrary>::Strategy), fn((usize, usize, usize)) -> NUMADist>
type Strategy = Map<(<usize as Arbitrary>::Strategy, <usize as Arbitrary>::Strategy, <usize as Arbitrary>::Strategy), fn((usize, usize, usize)) -> NUMADist>
The type of
Strategy used to generate values of type Self.Source§fn arbitrary_with(_top: Self::Parameters) -> Self::Strategy
fn arbitrary_with(_top: Self::Parameters) -> Self::Strategy
Source§impl Ord for NUMADist
impl Ord for NUMADist
Source§impl PartialOrd for NUMADist
impl PartialOrd for NUMADist
impl Eq for NUMADist
impl StructuralPartialEq for NUMADist
Auto Trait Implementations§
impl Freeze for NUMADist
impl RefUnwindSafe for NUMADist
impl Send for NUMADist
impl Sync for NUMADist
impl Unpin for NUMADist
impl UnsafeUnpin for NUMADist
impl UnwindSafe for NUMADist
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