pub enum BitrotOption {
ScrubThrottle(ScrubAggression),
ScrubFrequency(ScrubSchedule),
Scrub(ScrubControl),
}Variants§
Auto Trait Implementations§
impl Freeze for BitrotOption
impl RefUnwindSafe for BitrotOption
impl Send for BitrotOption
impl Sync for BitrotOption
impl Unpin for BitrotOption
impl UnwindSafe for BitrotOption
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