pub struct RealStat {
pub minimum: f64,
pub maximum: f64,
pub total: f64,
pub count: u64,
}Fields§
§minimum: f64§maximum: f64§total: f64§count: u64Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RealStat
impl RefUnwindSafe for RealStat
impl Send for RealStat
impl Sync for RealStat
impl Unpin for RealStat
impl UnwindSafe for RealStat
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