pub struct RoundStatsAvgDiff {
pub min: RoundStatsDiff,
pub max: RoundStatsDiff,
pub mean: RoundStatsDiff,
}
Available on crate feature
test-utils
only.Expand description
Difference, in factors, between two RoundStatsAvg
Fields§
§min: RoundStatsDiff
The difference, as factors, in the minimums.
max: RoundStatsDiff
The difference, as factors, in the maximumx.
mean: RoundStatsDiff
The difference, as factors, in the mean values.
Trait Implementations§
Source§impl Clone for RoundStatsAvgDiff
impl Clone for RoundStatsAvgDiff
Source§fn clone(&self) -> RoundStatsAvgDiff
fn clone(&self) -> RoundStatsAvgDiff
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RoundStatsAvgDiff
impl Debug for RoundStatsAvgDiff
Source§impl Default for RoundStatsAvgDiff
impl Default for RoundStatsAvgDiff
Source§fn default() -> RoundStatsAvgDiff
fn default() -> RoundStatsAvgDiff
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RoundStatsAvgDiff
impl<'de> Deserialize<'de> for RoundStatsAvgDiff
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RoundStatsAvgDiff
impl RefUnwindSafe for RoundStatsAvgDiff
impl Send for RoundStatsAvgDiff
impl Sync for RoundStatsAvgDiff
impl Unpin for RoundStatsAvgDiff
impl UnwindSafe for RoundStatsAvgDiff
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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