pub struct FactsTableStats { /* private fields */ }Implementations§
Source§impl FactsTableStats
impl FactsTableStats
pub fn calculate<In>(facts_table: &FactsTable<In>) -> Self
pub fn optimize_table<In>(&self, facts_table: &mut FactsTable<In>)
Auto Trait Implementations§
impl Freeze for FactsTableStats
impl RefUnwindSafe for FactsTableStats
impl Send for FactsTableStats
impl Sync for FactsTableStats
impl Unpin for FactsTableStats
impl UnwindSafe for FactsTableStats
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