pub struct BinStats {
pub count: usize,
pub n_runs: usize,
}Fields§
§count: usize§n_runs: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for BinStats
impl RefUnwindSafe for BinStats
impl Send for BinStats
impl Sync for BinStats
impl Unpin for BinStats
impl UnsafeUnpin for BinStats
impl UnwindSafe for BinStats
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