struct ClusteringStatistics {
clusters: usize,
largest: usize,
max_isbns: usize,
}
Fields§
§clusters: usize
§largest: usize
§max_isbns: usize
Trait Implementations§
Source§impl Debug for ClusteringStatistics
impl Debug for ClusteringStatistics
Auto Trait Implementations§
impl Freeze for ClusteringStatistics
impl RefUnwindSafe for ClusteringStatistics
impl Send for ClusteringStatistics
impl Sync for ClusteringStatistics
impl Unpin for ClusteringStatistics
impl UnwindSafe for ClusteringStatistics
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