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