pub enum CleanStrategy {
Remove(RemovalPattern),
RunCommand(Arc<str>),
}Variants§
Remove(RemovalPattern)
RunCommand(Arc<str>)
Auto Trait Implementations§
impl Freeze for CleanStrategy
impl RefUnwindSafe for CleanStrategy
impl Send for CleanStrategy
impl Sync for CleanStrategy
impl Unpin for CleanStrategy
impl UnwindSafe for CleanStrategy
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