pub struct TopKSink { /* private fields */ }Expand description
Keeps the k best hits (highest score, ties to the lower id).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TopKSink
impl RefUnwindSafe for TopKSink
impl Send for TopKSink
impl Sync for TopKSink
impl Unpin for TopKSink
impl UnsafeUnpin for TopKSink
impl UnwindSafe for TopKSink
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