pub struct RemovedChunksOptions {
pub apply_decomposed_score_filter: bool,
}Expand description
Options for removed_chunks.
Fields§
§apply_decomposed_score_filter: boolWhen true, json entries in surviving with score <= decomposed threshold are treated
as non-surviving (matches RetrieveOptions::apply_decomposed_score_filter).
Trait Implementations§
Source§impl Clone for RemovedChunksOptions
impl Clone for RemovedChunksOptions
Source§fn clone(&self) -> RemovedChunksOptions
fn clone(&self) -> RemovedChunksOptions
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 moreSource§impl Debug for RemovedChunksOptions
impl Debug for RemovedChunksOptions
Source§impl Default for RemovedChunksOptions
impl Default for RemovedChunksOptions
Source§fn default() -> RemovedChunksOptions
fn default() -> RemovedChunksOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RemovedChunksOptions
impl RefUnwindSafe for RemovedChunksOptions
impl Send for RemovedChunksOptions
impl Sync for RemovedChunksOptions
impl Unpin for RemovedChunksOptions
impl UnsafeUnpin for RemovedChunksOptions
impl UnwindSafe for RemovedChunksOptions
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