pub struct TrigramStats {
pub unique_trigrams: usize,
pub total_file_references: usize,
pub avg_files_per_trigram: f64,
}Fields§
§unique_trigrams: usize§total_file_references: usize§avg_files_per_trigram: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for TrigramStats
impl RefUnwindSafe for TrigramStats
impl Send for TrigramStats
impl Sync for TrigramStats
impl Unpin for TrigramStats
impl UnwindSafe for TrigramStats
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