pub struct StaleThresholdStrategy(/* private fields */);
Expand description
Picks blob files that have a certain percentage of stale blobs
Implementations§
Trait Implementations§
Source§impl GcStrategy for StaleThresholdStrategy
impl GcStrategy for StaleThresholdStrategy
Auto Trait Implementations§
impl Freeze for StaleThresholdStrategy
impl RefUnwindSafe for StaleThresholdStrategy
impl Send for StaleThresholdStrategy
impl Sync for StaleThresholdStrategy
impl Unpin for StaleThresholdStrategy
impl UnwindSafe for StaleThresholdStrategy
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