pub enum SnapAlgo {
Fair,
Fade,
}Expand description
Snapshot management algorithm
Variants§
Implementations§
Trait Implementations§
impl Copy for SnapAlgo
Auto Trait Implementations§
impl Freeze for SnapAlgo
impl RefUnwindSafe for SnapAlgo
impl Send for SnapAlgo
impl Sync for SnapAlgo
impl Unpin for SnapAlgo
impl UnwindSafe for SnapAlgo
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