#[non_exhaustive]pub struct Metrics {}Expand description
Placeholder for range search metrics.
This struct currently does not contain any fields, but may be augmented
in the future. The use of #[non_exhaustive] prevents breaking changes.
Trait Implementations§
Source§impl<I> Aggregate<Range, I, Metrics> for Aggregator<'_, I>where
I: RecallCompatible,
impl<I> Aggregate<Range, I, Metrics> for Aggregator<'_, I>where
I: RecallCompatible,
impl Copy for Metrics
Auto Trait Implementations§
impl Freeze for Metrics
impl RefUnwindSafe for Metrics
impl Send for Metrics
impl Sync for Metrics
impl Unpin for Metrics
impl UnsafeUnpin for Metrics
impl UnwindSafe for Metrics
Blanket Implementations§
impl<T> AsyncFriendly for T
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