pub struct PairStats {
pub sum: f32,
pub count: f32,
}Expand description
Raw accumulated stats for one canonical unordered value-pair key in vals_map.
Fields§
§sum: f32§count: f32Trait Implementations§
impl Copy for PairStats
impl StructuralPartialEq for PairStats
Auto Trait Implementations§
impl Freeze for PairStats
impl RefUnwindSafe for PairStats
impl Send for PairStats
impl Sync for PairStats
impl Unpin for PairStats
impl UnsafeUnpin for PairStats
impl UnwindSafe for PairStats
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