pub struct Options {
pub dir_path: PathBuf,
pub data_file_size: u64,
pub sync_writes: bool,
pub bytes_per_sync: usize,
pub index_type: IndexType,
pub mmap_at_startup: bool,
pub file_merge_threshold: f32,
}Fields§
§dir_path: PathBuf§data_file_size: u64§sync_writes: bool§bytes_per_sync: usize§index_type: IndexType§mmap_at_startup: bool§file_merge_threshold: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for Options
impl RefUnwindSafe for Options
impl Send for Options
impl Sync for Options
impl Unpin for Options
impl UnwindSafe for Options
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