pub struct TextTopKPlan {
pub k: usize,
pub strategy: TextTopKStrategy,
}Expand description
Physical score-limit pushed into a text leaf.
Fields§
§k: usize§strategy: TextTopKStrategyTrait Implementations§
Source§impl Clone for TextTopKPlan
impl Clone for TextTopKPlan
Source§fn clone(&self) -> TextTopKPlan
fn clone(&self) -> TextTopKPlan
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TextTopKPlan
Source§impl Debug for TextTopKPlan
impl Debug for TextTopKPlan
impl Eq for TextTopKPlan
Source§impl PartialEq for TextTopKPlan
impl PartialEq for TextTopKPlan
impl StructuralPartialEq for TextTopKPlan
Auto Trait Implementations§
impl Freeze for TextTopKPlan
impl RefUnwindSafe for TextTopKPlan
impl Send for TextTopKPlan
impl Sync for TextTopKPlan
impl Unpin for TextTopKPlan
impl UnsafeUnpin for TextTopKPlan
impl UnwindSafe for TextTopKPlan
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