pub enum SnapAlgo {
Fair,
Fade,
}Expand description
Snapshot management algorithm
Variants
Fair
snapshots are saved at fixed intervals
Fade
snapshots are saved in decreasing density
Implementations
Trait Implementations
impl Copy for SnapAlgo
Auto Trait Implementations
impl RefUnwindSafe for SnapAlgo
impl Send for SnapAlgo
impl Sync for SnapAlgo
impl Unpin for SnapAlgo
impl UnwindSafe for SnapAlgo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more