pub struct Counts { /* private fields */ }Expand description
What the queries did, which is the only way to find out that this is not working.
A range that came back knowing nothing produces correct code that is slower, with no test
failing and no warning printed. Section 10.7 says the defence is a counter and section 10.8
says -ftime-report prints it.
Implementations§
Source§impl Counts
impl Counts
Sourcepub const fn fallbacks(&self) -> u64
pub const fn fallbacks(&self) -> u64
How many were answered with the range at the definition because the cache was full.
Trait Implementations§
impl Eq for Counts
impl StructuralPartialEq for Counts
Auto Trait Implementations§
impl Freeze for Counts
impl RefUnwindSafe for Counts
impl Send for Counts
impl Sync for Counts
impl Unpin for Counts
impl UnsafeUnpin for Counts
impl UnwindSafe for Counts
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