pub struct IndexThresholds {
pub max_fragmentation: f64,
pub min_recall: f64,
pub rebalance_interval_secs: u64,
}Fields§
§max_fragmentation: f64§min_recall: f64§rebalance_interval_secs: u64Trait Implementations§
Source§impl Clone for IndexThresholds
impl Clone for IndexThresholds
Source§fn clone(&self) -> IndexThresholds
fn clone(&self) -> IndexThresholds
Returns a duplicate of the value. Read more
1.0.0 · 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 IndexThresholds
impl Debug for IndexThresholds
Auto Trait Implementations§
impl Freeze for IndexThresholds
impl RefUnwindSafe for IndexThresholds
impl Send for IndexThresholds
impl Sync for IndexThresholds
impl Unpin for IndexThresholds
impl UnsafeUnpin for IndexThresholds
impl UnwindSafe for IndexThresholds
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