pub struct IntegerStatistics { /* private fields */ }Trait Implementations§
Source§impl Debug for IntegerStatistics
impl Debug for IntegerStatistics
Auto Trait Implementations§
impl Freeze for IntegerStatistics
impl RefUnwindSafe for IntegerStatistics
impl Send for IntegerStatistics
impl Sync for IntegerStatistics
impl Unpin for IntegerStatistics
impl UnwindSafe for IntegerStatistics
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