pub struct PrunePlan {
pub runs: Vec<PrunedRun>,
pub total_bytes: u64,
}Expand description
The set of runs a prune would remove, computed without touching disk.
Fields§
§runs: Vec<PrunedRun>§total_bytes: u64Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PrunePlan
impl RefUnwindSafe for PrunePlan
impl Send for PrunePlan
impl Sync for PrunePlan
impl Unpin for PrunePlan
impl UnsafeUnpin for PrunePlan
impl UnwindSafe for PrunePlan
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