pub struct IndexStat {
pub name: String,
pub completeness: f32,
}Expand description
Statistics about a single index in a collection.
Fields§
§name: String§completeness: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for IndexStat
impl RefUnwindSafe for IndexStat
impl Send for IndexStat
impl Sync for IndexStat
impl Unpin for IndexStat
impl UnsafeUnpin for IndexStat
impl UnwindSafe for IndexStat
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