pub struct Stats {
pub created: usize,
pub changed: usize,
pub recomputed: usize,
pub invalidated: usize,
pub became_necessary: usize,
pub became_unnecessary: usize,
pub necessary: usize,
}Fields§
§created: usize§changed: usize§recomputed: usize§invalidated: usize§became_necessary: usize§became_unnecessary: usize§necessary: usizeImplementations§
Trait Implementations§
impl Copy for Stats
impl Eq for Stats
impl StructuralPartialEq for Stats
Auto Trait Implementations§
impl Freeze for Stats
impl RefUnwindSafe for Stats
impl Send for Stats
impl Sync for Stats
impl Unpin for Stats
impl UnwindSafe for Stats
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