pub struct BackupStats {
pub entry_count: u64,
pub bytes_written: u64,
}Expand description
Statistics returned by a successful write_backup call.
Fields§
§entry_count: u64§bytes_written: u64Trait Implementations§
Source§impl Clone for BackupStats
impl Clone for BackupStats
Source§fn clone(&self) -> BackupStats
fn clone(&self) -> BackupStats
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BackupStats
impl Debug for BackupStats
Source§impl Default for BackupStats
impl Default for BackupStats
Source§fn default() -> BackupStats
fn default() -> BackupStats
Returns the “default value” for a type. Read more
impl Copy for BackupStats
Auto Trait Implementations§
impl Freeze for BackupStats
impl RefUnwindSafe for BackupStats
impl Send for BackupStats
impl Sync for BackupStats
impl Unpin for BackupStats
impl UnsafeUnpin for BackupStats
impl UnwindSafe for BackupStats
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