pub struct CacheBytesReconstructStats {
pub reconstruct_ms: f64,
pub reconstruct_bytes: u64,
pub reconstruct_blocks: usize,
}Fields§
§reconstruct_ms: f64§reconstruct_bytes: u64§reconstruct_blocks: usizeTrait Implementations§
Source§impl Clone for CacheBytesReconstructStats
impl Clone for CacheBytesReconstructStats
Source§fn clone(&self) -> CacheBytesReconstructStats
fn clone(&self) -> CacheBytesReconstructStats
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 moreimpl Copy for CacheBytesReconstructStats
Source§impl Debug for CacheBytesReconstructStats
impl Debug for CacheBytesReconstructStats
Source§impl Default for CacheBytesReconstructStats
impl Default for CacheBytesReconstructStats
Source§fn default() -> CacheBytesReconstructStats
fn default() -> CacheBytesReconstructStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CacheBytesReconstructStats
impl RefUnwindSafe for CacheBytesReconstructStats
impl Send for CacheBytesReconstructStats
impl Sync for CacheBytesReconstructStats
impl Unpin for CacheBytesReconstructStats
impl UnsafeUnpin for CacheBytesReconstructStats
impl UnwindSafe for CacheBytesReconstructStats
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