pub struct GcPlan {
pub commits: Vec<ObjectId>,
pub manifests: Vec<ObjectId>,
pub blobs: Vec<ObjectId>,
pub chunks: Vec<ObjectId>,
}Expand description
What GC found: the unreferenced objects in each category.
Fields§
§commits: Vec<ObjectId>§manifests: Vec<ObjectId>§blobs: Vec<ObjectId>§chunks: Vec<ObjectId>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GcPlan
impl RefUnwindSafe for GcPlan
impl Send for GcPlan
impl Sync for GcPlan
impl Unpin for GcPlan
impl UnsafeUnpin for GcPlan
impl UnwindSafe for GcPlan
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