pub struct RandomInputSpec {
pub seed: u64,
pub distribution: Distribution,
}Fields§
§seed: u64§distribution: DistributionAuto Trait Implementations§
impl Freeze for RandomInputSpec
impl RefUnwindSafe for RandomInputSpec
impl Send for RandomInputSpec
impl Sync for RandomInputSpec
impl Unpin for RandomInputSpec
impl UnsafeUnpin for RandomInputSpec
impl UnwindSafe for RandomInputSpec
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