pub struct PruneArgs {
pub older_than: String,
pub dry_run: bool,
pub profile_root: Option<PathBuf>,
}Fields§
§older_than: String§dry_run: bool§profile_root: Option<PathBuf>Trait Implementations§
Auto Trait Implementations§
impl Freeze for PruneArgs
impl RefUnwindSafe for PruneArgs
impl Send for PruneArgs
impl Sync for PruneArgs
impl Unpin for PruneArgs
impl UnsafeUnpin for PruneArgs
impl UnwindSafe for PruneArgs
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