pub struct LfiOption {
pub suffix_array_sampling_ratio: u64,
pub lookup_table_max_bytes_size: u64,
pub use_safe_guard: bool,
}
Expand description
Option to define the structure of the LtFmIndex.
Fields§
§suffix_array_sampling_ratio: u64
§lookup_table_max_bytes_size: u64
§use_safe_guard: bool
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LfiOption
impl RefUnwindSafe for LfiOption
impl Send for LfiOption
impl Sync for LfiOption
impl Unpin for LfiOption
impl UnwindSafe for LfiOption
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