pub struct BlobCompactor { /* private fields */ }Expand description
RAFS blob compactor to compact multiple small blobs into one blob.
Implementations§
Auto Trait Implementations§
impl !Freeze for BlobCompactor
impl !RefUnwindSafe for BlobCompactor
impl !Send for BlobCompactor
impl !Sync for BlobCompactor
impl Unpin for BlobCompactor
impl !UnwindSafe for BlobCompactor
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