pub struct AutoCompleterStats {
pub num_indexed_domains: usize,
pub num_indexed_predicates: usize,
pub num_patterns: usize,
}Expand description
Statistics about the auto-completer.
Fields§
§num_indexed_domains: usizeNumber of indexed domains
num_indexed_predicates: usizeNumber of indexed predicates
num_patterns: usizeNumber of patterns in database
Trait Implementations§
Source§impl Clone for AutoCompleterStats
impl Clone for AutoCompleterStats
Source§fn clone(&self) -> AutoCompleterStats
fn clone(&self) -> AutoCompleterStats
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AutoCompleterStats
impl RefUnwindSafe for AutoCompleterStats
impl Send for AutoCompleterStats
impl Sync for AutoCompleterStats
impl Unpin for AutoCompleterStats
impl UnwindSafe for AutoCompleterStats
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