pub struct AutoCompactOptions {
pub compact: CompactOptions,
pub archive_days: u32,
}Expand description
Options for auto-compaction (includes archive settings).
Fields§
§compact: CompactOptionsCompact options.
archive_days: u32Migrate data older than this many days to archive.
Trait Implementations§
Source§impl Debug for AutoCompactOptions
impl Debug for AutoCompactOptions
Auto Trait Implementations§
impl Freeze for AutoCompactOptions
impl RefUnwindSafe for AutoCompactOptions
impl Send for AutoCompactOptions
impl Sync for AutoCompactOptions
impl Unpin for AutoCompactOptions
impl UnsafeUnpin for AutoCompactOptions
impl UnwindSafe for AutoCompactOptions
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