pub struct LsmConfig {
pub flush_threshold: Size,
}Expand description
A LSM configuration
§Arguments
flush_threshold- The number of bytes to flush before flushing to diskdetect_exit_signals- Whether or not to detect exit signals (SIGTERM, SIGHUP, etc.)
Fields§
§flush_threshold: SizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for LsmConfig
impl RefUnwindSafe for LsmConfig
impl Send for LsmConfig
impl Sync for LsmConfig
impl Unpin for LsmConfig
impl UnwindSafe for LsmConfig
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