pub struct VersionSetLevelSummaryStorage { /* private fields */ }
Expand description
| Return a human-readable short (single-line) | summary of the number of files per level. | | Uses *scratch as backing store. |
Auto Trait Implementations§
impl Freeze for VersionSetLevelSummaryStorage
impl RefUnwindSafe for VersionSetLevelSummaryStorage
impl Send for VersionSetLevelSummaryStorage
impl Sync for VersionSetLevelSummaryStorage
impl Unpin for VersionSetLevelSummaryStorage
impl UnwindSafe for VersionSetLevelSummaryStorage
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