pub struct TestOutcomeDistributions<T> {
pub old: Box<dyn Distribution<T>>,
pub new: Box<dyn Distribution<T>>,
}Fields§
§old: Box<dyn Distribution<T>>§new: Box<dyn Distribution<T>>Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for TestOutcomeDistributions<T>
impl<T> !RefUnwindSafe for TestOutcomeDistributions<T>
impl<T> !Send for TestOutcomeDistributions<T>
impl<T> !Sync for TestOutcomeDistributions<T>
impl<T> Unpin for TestOutcomeDistributions<T>
impl<T> UnsafeUnpin for TestOutcomeDistributions<T>
impl<T> !UnwindSafe for TestOutcomeDistributions<T>
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