pub struct CleanOpts {
pub path: Option<PathBuf>,
pub execute: bool,
pub min_size: Option<u64>,
pub system: bool,
pub names: Vec<String>,
}Fields§
§path: Option<PathBuf>§execute: bool§min_size: Option<u64>§system: bool§names: Vec<String>Auto Trait Implementations§
impl Freeze for CleanOpts
impl RefUnwindSafe for CleanOpts
impl Send for CleanOpts
impl Sync for CleanOpts
impl Unpin for CleanOpts
impl UnsafeUnpin for CleanOpts
impl UnwindSafe for CleanOpts
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