pub(crate) struct Summary {
pub(crate) total_words: u32,
pub(crate) first_position: u32,
pub(crate) top_five: u32,
pub(crate) any_position: u32,
pub(crate) no_suggestions: u32,
pub(crate) only_wrong: u32,
pub(crate) slowest_lookup: Time,
pub(crate) fastest_lookup: Time,
pub(crate) average_time: Time,
pub(crate) average_time_95pc: Time,
}
Fields§
§total_words: u32
§first_position: u32
§top_five: u32
§any_position: u32
§no_suggestions: u32
§only_wrong: u32
§slowest_lookup: Time
§fastest_lookup: Time
§average_time: Time
§average_time_95pc: Time
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Summary
impl RefUnwindSafe for Summary
impl Send for Summary
impl Sync for Summary
impl Unpin for Summary
impl UnwindSafe for Summary
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)