pub struct RestoreStats {
pub entry_count: u64,
pub bytes_read: u64,
}Expand description
Statistics returned by a successful restore call.
Fields§
§entry_count: u64§bytes_read: u64Trait Implementations§
Source§impl Clone for RestoreStats
impl Clone for RestoreStats
Source§fn clone(&self) -> RestoreStats
fn clone(&self) -> RestoreStats
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 RestoreStats
impl Debug for RestoreStats
Source§impl Default for RestoreStats
impl Default for RestoreStats
Source§fn default() -> RestoreStats
fn default() -> RestoreStats
Returns the “default value” for a type. Read more
impl Copy for RestoreStats
Auto Trait Implementations§
impl Freeze for RestoreStats
impl RefUnwindSafe for RestoreStats
impl Send for RestoreStats
impl Sync for RestoreStats
impl Unpin for RestoreStats
impl UnsafeUnpin for RestoreStats
impl UnwindSafe for RestoreStats
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