pub struct VersionStats {
pub total_versions: usize,
pub object_versions: usize,
pub delete_markers: usize,
pub invalid_versions: usize,
pub free_versions: usize,
}
Fields§
§total_versions: usize
§object_versions: usize
§delete_markers: usize
§invalid_versions: usize
§free_versions: usize
Trait Implementations§
Source§impl Clone for VersionStats
impl Clone for VersionStats
Source§fn clone(&self) -> VersionStats
fn clone(&self) -> VersionStats
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for VersionStats
impl Debug for VersionStats
Source§impl Default for VersionStats
impl Default for VersionStats
Source§fn default() -> VersionStats
fn default() -> VersionStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VersionStats
impl RefUnwindSafe for VersionStats
impl Send for VersionStats
impl Sync for VersionStats
impl Unpin for VersionStats
impl UnwindSafe for VersionStats
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