pub struct FileCacheStats {
pub file_count: usize,
pub total_bytes: u64,
pub max_bytes: u64,
}Fields§
§file_count: usize§total_bytes: u64§max_bytes: u64Trait Implementations§
Source§impl Clone for FileCacheStats
impl Clone for FileCacheStats
Source§fn clone(&self) -> FileCacheStats
fn clone(&self) -> FileCacheStats
Returns a duplicate of the value. Read more
1.0.0 · 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 FileCacheStats
impl Debug for FileCacheStats
Auto Trait Implementations§
impl Freeze for FileCacheStats
impl RefUnwindSafe for FileCacheStats
impl Send for FileCacheStats
impl Sync for FileCacheStats
impl Unpin for FileCacheStats
impl UnsafeUnpin for FileCacheStats
impl UnwindSafe for FileCacheStats
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