pub enum PruneCondition {
None,
MaxFiles(usize),
MaxAge(Duration),
}Expand description
Enum for possible file prune options.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PruneCondition
impl RefUnwindSafe for PruneCondition
impl Send for PruneCondition
impl Sync for PruneCondition
impl Unpin for PruneCondition
impl UnwindSafe for PruneCondition
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